log net/http/server.lua @ 10326:cd1c73c2bdec

age author description
Sat, 12 Oct 2019 19:30:29 +0200 Kim Alvefur net.http.server: Explicitly convert number to string, avoiding implicit coercion
Sat, 12 Oct 2019 18:27:54 +0200 Kim Alvefur net.http.server: Re-fire unhandled HEAD requsts as GET events (fixes #1447)
Sat, 12 Oct 2019 18:27:02 +0200 Kim Alvefur net.http.server: Ensure HEAD requests are sent with empty body
Tue, 13 Nov 2018 15:03:24 +0000 Matthew Wild net.http.server: Move event formation to avoid traceback on missing Host header 0.11