Files
node-v0.x-archive/lib
Ben Noordhuis 38149bb048 http: escape unsafe characters in request path
Make http.request() and friends escape unsafe characters in the request
path. That is, a request for '/foo bar' is now escaped as '/foo%20bar'.

Before this commit, the path was used as-is in the request status line,
creating an invalid HTTP request ("GET /foo bar HTTP/1.1").

Fixes #4381.
2013-04-12 16:27:50 -07:00
..
2011-03-14 17:37:05 -07:00
2013-04-05 12:05:58 -07:00
2013-04-12 11:30:11 -04:00
2013-04-11 11:06:20 -07:00
2011-03-14 17:37:05 -07:00
2013-04-12 11:30:11 -04:00
2013-03-06 14:31:22 +04:00
2013-04-10 23:51:16 +02:00
2011-03-14 17:37:05 -07:00
2013-04-11 11:06:20 -07:00
2013-03-28 13:19:08 -07:00
2013-03-19 09:38:11 -07:00
2013-01-16 16:53:11 +01:00
2012-06-28 10:14:03 -07:00
2013-04-12 11:30:11 -04:00
2013-02-28 23:11:47 +01:00
2013-04-12 16:27:49 -07:00
2012-03-03 23:48:57 -08:00