log net/http/parser.lua @ 5367:56db8f2c8563

age author description
Fri, 08 Feb 2013 00:27:59 +0500 Waqas Hussain net.http.parser: Ensure full URL in status line contains a path.
Fri, 08 Feb 2013 00:18:40 +0500 Waqas Hussain net.http.parser: Fix traceback on invalid URL in status line.
Tue, 08 Jan 2013 13:33:01 +0100 Kim Alvefur net.http.parser: Abort if no status line is received.
Fri, 21 Dec 2012 13:37:39 +0500 Waqas Hussain net.http.parser: Skip url.parse when we don't have a full URL (also fixes traceback on paths starting with '//').