Commit Graph

18 Commits (51549fe050a1aec00284d1e2599c93010bc763c2)

Author SHA1 Message Date
Matthew Wild 427b82db0f net.http.parser: Remove accidentally-committed debugging 13 years ago
Matthew Wild 91b727be71 net.http.parser: Fix off-by-one error in chunked encoding parser 13 years ago
Matthew Wild fec86f72cf net.http.parser: Fix chunked encoding response parsing, and make it more robust 13 years ago
Matthew Wild 1ebc90c25b net.http.parser: Convert status_code to a number before trying to compare it to numbers 13 years ago
Matthew Wild 70a407116f net.http.parser: Break when no more usable data in buffer (client part of e5ec60dfb202) 13 years ago
Matthew Wild 2f31951668 net.http.parser: Depend on util.http instead of net.http for urlencode 13 years ago
Waqas Hussain 42c8d5bd24 net.http.parser: Ensure full URL in status line contains a path. 13 years ago
Waqas Hussain 4337cb5267 net.http.parser: Fix traceback on invalid URL in status line. 13 years ago
Kim Alvefur a6731c13d1 net.http.parser: Abort if no status line is received. 13 years ago
Waqas Hussain 42907ced08 net.http.parser: Skip url.parse when we don't have a full URL (also fixes traceback on paths starting with '//'). 13 years ago
Waqas Hussain 8714ad93a8 net.http.parser: Fix syntax error introduced in c5edb08fc7cb. 13 years ago
Matthew Wild 89d1d6cccf net.http.parser: Collapse multiple consecutive slashes in a path to a single slash 13 years ago
Matthew Wild 1d00578154 net.http.parser: Break loop when no more usable data in buffer 14 years ago
Kim Alvefur 2a56213eeb net.http.parser: Keep the Host header no host is present in the URI 14 years ago
Matthew Wild 6206f46784 net.http.parser: Do full URL decoding and parsing (e.g. adds request.url.query when present) 14 years ago
Matthew Wild 7c5c2aea2c mod_http_files, net.http.parser: Move path normalization to net.http.parser so that all modules can benefit 14 years ago
Waqas Hussain b0b093e726 net.http.parser: Handle full URLs in status line. 14 years ago
Waqas Hussain 06f2b0f3a4 net.http.{server|codes|parser}: Initial commit. 14 years ago