log net/http/server.lua @ 5428:4cc7df30f521

age author description
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)
Fri, 27 Apr 2012 23:11:23 +0100 Matthew Wild net.http.server, mod_http: Support http_default_host config option to specify where to direct requests for unknown HTTP vhosts
Fri, 27 Apr 2012 22:37:56 +0100 Matthew Wild net.http.server: Improve comment
Fri, 27 Apr 2012 20:01:21 +0100 Matthew Wild net.http.server: Remove unused variable
Fri, 27 Apr 2012 20:00:06 +0100 Matthew Wild net.http.server: Correctly cache results of handler indexing, and also cache failures
Thu, 26 Apr 2012 16:25:17 +0100 Matthew Wild Merge with backout
Thu, 26 Apr 2012 16:25:11 +0100 Matthew Wild Revert 98bfebb38705, moved to net.http.parser in 4fc99f1b7570
Thu, 26 Apr 2012 16:11:08 +0100 Matthew Wild net.http.server: Fire http-error 400 if request fails sanity checks