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
..
2012-12-14 10:52:28 -08:00
2011-03-14 17:37:05 -07:00
2013-01-17 10:42:44 -08:00
2013-03-05 14:27:15 -08:00
2013-04-11 16:12:48 -07:00
2013-04-05 12:05:58 -07:00
2013-04-09 02:09:51 +04:00
2013-04-03 09:52:56 -07:00
2013-04-12 11:30:11 -04:00
2013-04-11 13:53:18 +02:00
2013-04-11 11:06:20 -07:00
2013-03-12 13:15:03 -07:00
2011-03-14 17:37:05 -07:00
2013-04-12 11:30:11 -04:00
2013-03-07 17:51:17 +01:00
2013-03-06 14:31:22 +04:00
2013-04-10 23:51:16 +02:00
2013-03-10 09:53:24 -07:00
2011-03-14 17:37:05 -07:00
2013-03-21 10:52:01 -07:00
2013-04-12 16:27:50 -07:00
2012-12-28 16:42:51 +01:00
2013-02-27 16:29:36 -08: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
2013-04-01 14:30:34 +04:00
2013-03-15 16:18:30 -10:00
2013-04-05 09:02:48 -07:00
2013-03-01 17:36:47 -08:00
2012-12-13 17:00:22 -08:00
2012-06-28 10:14:03 -07:00
2013-03-28 10:40:15 -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
2013-03-28 13:50:52 +01:00
2012-03-03 23:48:57 -08:00
2013-03-29 14:53:34 +01:00