Log

net/http.lua @ 4350:0b9ed126286e

description author age
net.http: Small fix to prevent traceback when connection fails before sending the request Matthew Wild Sat, 20 Aug 2011 15:08:21 -0400
net.http: Add formdecode to decode an urlencoded form Matthew Wild Wed, 10 Aug 2011 17:49:10 -0400
net.http: Removed old HTTP parser, and updated to use util.httpstream. Waqas Hussain Sat, 06 Nov 2010 03:46:00 +0500
Monster whitespace commit (beware the whitespace monster). Waqas Hussain Sat, 16 Oct 2010 23:00:42 +0500
net.http: Add http.formencode() for www-form-urlencoded from an array of fields (thanks dersd) Matthew Wild Fri, 27 Aug 2010 18:33:45 +0100
Merge 0.6->0.7 Matthew Wild Mon, 22 Mar 2010 17:24:55 +0000
Update copyright headers for 2010 Matthew Wild Mon, 22 Mar 2010 17:06:15 +0000
net.http: destroy_request(): Pass request.handler to disconnect() listener to fix small leak Matthew Wild Wed, 03 Mar 2010 20:52:30 +0000
net.http: Close connection when invalid status line is received from the server Matthew Wild Fri, 19 Feb 2010 03:21:50 +0000
net.http: Don't re-destroy a request when the connection is closed Matthew Wild Fri, 19 Feb 2010 03:21:20 +0000
net.http: Port commit 2f235c57d713 to net.http to fix headers in responses (thanks dersd) Matthew Wild Fri, 19 Feb 2010 02:58:34 +0000
net.http: Don't expect the body on redirects Matthew Wild Thu, 10 Dec 2009 22:13:04 +0000
net.http: Update print()s to log()s - don't ask how this came to be, I have no idea :) Matthew Wild Fri, 19 Feb 2010 03:27:18 +0000
net.http: destroy_request(): Remove update for new server API, pass request.handler instead of request.conn to ondisconnect Matthew Wild Fri, 19 Feb 2010 03:22:42 +0000