log net/http/server.lua @ 5843:fb6573e191cf

age author description
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Mon, 22 Jul 2013 17:28:37 +0200 Kim Alvefur net.http.server: Fix Keep-Alive requests with HTTP 1.0
Mon, 22 Apr 2013 12:35:52 +0100 Matthew Wild mod_c2s, mod_s2s, net.http, net.http.server: Improve tracebacks (omit traceback function), to make it clearer where an error occured
Mon, 22 Apr 2013 12:25:00 +0100 Matthew Wild net.server.http: Add a comment
Mon, 22 Apr 2013 12:24:42 +0100 Matthew Wild net.server.http: Ensure that event map cannot grow forever (limit to 10K wildcard-only entries)
Wed, 17 Apr 2013 15:28:20 -0400 Waqas Hussain net.http.server: The correct Connection header value to look for is Keep-Alive, not keep-alive.
Sun, 07 Apr 2013 12:23:29 +0000 Marco Cirillo net.http.server: add API to allow firing events directly on the server.
Sun, 31 Mar 2013 13:45:04 +0100 Matthew Wild net.http.server: Don't overwrite existing response.headers when returning a response object from a HTTP handler (waqas says it's wrong)
Tue, 26 Feb 2013 19:41:52 +0500 Waqas Hussain net.http.server: Ensure HTTP callbacks are never called recursively for pipelined requests.
Sat, 12 Jan 2013 17:26:50 +0100 Florian Zeitz net.http.server: Properly handle persistent connections
Sat, 28 Apr 2012 19:36:57 +0100 Matthew Wild net.http.server: Code cleanup/adjustment now that send_response() accepts response.body
Sat, 28 Apr 2012 19:36:09 +0100 Matthew Wild net.http.server: Use response.body if it exists and body is not specified to send_response
Sat, 28 Apr 2012 14:27:48 +0100 Matthew Wild net.http.server: Remove unused imports and variables (fixes traceback due to removed net.httpserver)
Sat, 28 Apr 2012 01:13:49 +0100 Matthew Wild net.http.server: Try default_host if client sent no host anywhere, otherwise... fail. It's 2012.
Sat, 28 Apr 2012 00:51:36 +0100 Matthew Wild net.http.server: Fix traceback on missing host header (thanks darkrain)