net/http/server.lua
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)
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
Thu, 26 Apr 2012 15:14:19 +0100 Matthew Wild net.http.server: Make error handling overrideable via 'http-error' event
Thu, 26 Apr 2012 15:05:05 +0100 Matthew Wild net.server.http: Parse absolute URIs in requests (thanks Maranda)
Thu, 26 Apr 2012 06:58:57 +0100 Matthew Wild net.http.server: Expose events object (for debug purposes)
Thu, 26 Apr 2012 06:47:17 +0100 Matthew Wild net.http.server: Lower score of wildcard handlers to ensure specific handlers beat them
Thu, 26 Apr 2012 04:24:43 +0100 Matthew Wild net.http.server: Fix to compare priority if path lengths are the same (logic fail)
Wed, 25 Apr 2012 23:08:33 +0100 Matthew Wild net.http.server: Support for on_destroy callback on response objects, and a 'finished' flag to say when they are destroyed (responded to or connection closed)
Wed, 25 Apr 2012 15:02:27 +0100 Matthew Wild net.http.server: Small fix to comment
Wed, 25 Apr 2012 14:58:10 +0100 Matthew Wild net.http.server: Remove legacy compatibility
Tue, 24 Apr 2012 19:07:12 +0100 Matthew Wild net.http.server: Handle results returned by handlers, and send as a response. Also removes explicit firing of '*', which can now be done via wildcard events.
Tue, 24 Apr 2012 19:05:45 +0100 Matthew Wild net.http.server: Remove debug message
Mon, 23 Apr 2012 21:29:18 +0100 Matthew Wild net.http.server: Support for wildcard events (events that end with '/*')
Sun, 22 Apr 2012 23:44:21 +0500 Waqas Hussain net.http.server: Fix legacy net.httpserver fallback (httpserver is no longer a global).
Sat, 21 Apr 2012 17:38:01 +0500 Waqas Hussain net.http.server: Fire global HTTP event when no specific handlers available.
Sat, 21 Apr 2012 17:37:00 +0500 Waqas Hussain net.http.server: Missing <title/> in 404 Not Found response.
Sun, 08 Apr 2012 04:09:33 +0500 Waqas Hussain net.http.{server|codes|parser}: Initial commit.
less more (0) tip