Log

net/http/server.lua @ 10951:f4215f8baa5d 0.11

description author age
net.http.server: Fix reporting of missing Host header 0.11 Kim Alvefur Tue, 23 Jun 2020 15:43:57 +0200
net.http.server: Strip port from Host header in IPv6 friendly way (fix #1302) 0.11 Kim Alvefur Tue, 23 Jun 2020 15:39:31 +0200
net.http.server: Use error code from util.error (fixes #1502) Kim Alvefur Sun, 12 Apr 2020 22:57:14 +0200
util.error: Move default for numeric error code to net.http.server Kim Alvefur Sat, 14 Dec 2019 20:28:44 +0100
net.http.server: Treat promise rejection without value as a HTTP 500 error Kim Alvefur Tue, 05 Nov 2019 01:34:13 +0100
net.http.server: Handle promises from http handlers Kim Alvefur Fri, 01 Nov 2019 22:31:15 +0100
net.http.server: Handle util.error objects from http handlers Kim Alvefur Fri, 01 Nov 2019 22:30:35 +0100
net.http.server: Tail call because tail call! Kim Alvefur Fri, 01 Nov 2019 22:28:39 +0100
net.http.server: Factor out handling of event response for easier reuse Kim Alvefur Fri, 01 Nov 2019 22:25:54 +0100
net.http.server: Explicitly convert number to string, avoiding implicit coercion Kim Alvefur Sat, 12 Oct 2019 19:30:29 +0200
net.http.server: Re-fire unhandled HEAD requsts as GET events (fixes #1447) Kim Alvefur Sat, 12 Oct 2019 18:27:54 +0200
net.http.server: Ensure HEAD requests are sent with empty body Kim Alvefur Sat, 12 Oct 2019 18:27:02 +0200
net.http.server: Move event formation to avoid traceback on missing Host header 0.11 Matthew Wild Tue, 13 Nov 2018 15:03:24 +0000
Many things: switch from hacky multi-arg xpcall implementations to a standard util.xpcall Matthew Wild Fri, 26 Oct 2018 19:32:00 +0100