log net/httpserver.lua @ 2570:9e69aecad25e

age author description
Mon, 08 Feb 2010 11:20:19 +0000 Matthew Wild net.httpserver: Trailing whitespace
Thu, 21 Jan 2010 14:53:01 +0000 Matthew Wild net.httpserver: More robust handling of headers split across multiple packets
Thu, 21 Jan 2010 13:14:52 +0000 Matthew Wild net.httpserver: Make it possible to return responses with no body
Thu, 21 Jan 2010 13:10:13 +0000 Matthew Wild net.httpserver: Close connection on invalid HTTP status line
Sun, 27 Dec 2009 10:09:22 +0500 Waqas Hussain net.httpserver: Optimized response serialization.
Thu, 17 Dec 2009 20:10:11 +0000 Matthew Wild net.httpserver: Fix usage of old connection API syntax
Thu, 10 Dec 2009 16:36:33 +0500 Waqas Hussain net.httpserver: Removed mime handling (now in mod_httpserver). Unknown dynamic content is now always served as text/html.