prosody/net/http
Kim Alvefur 48c9a60d19 net.http.server: Strip port from Host header in IPv6 friendly way (fix #1302)
E.g. given `[::1]:5280` it would previously result in only `[` instead
of the correct `[::1]`
2020-06-23 15:39:31 +02:00
..
codes.lua net.http.codes: "Correct" range of unassigned codes (thanks pep.) 2018-08-12 01:46:18 +02:00
parser.lua net.http: Pass error all the way to callback 2017-04-02 00:24:07 +02:00
server.lua net.http.server: Strip port from Host header in IPv6 friendly way (fix #1302) 2020-06-23 15:39:31 +02:00