Chromium Code Reviews
DescriptionFix bug in HTTP client request generation
If an HTTP request with an empty path was done using the HttpClient
(either for normal HTTP or for upgrading to web sockets) the generated
HTTP request line was invalid. The empty path was used in the request
line e.g.
GET HTTP/1.1
instead of
GET / HTTP/1.1
This is now fixed by using / if no path is specified. This is
specified in RFC 2616 section 3.2.2.
BUG=6185
R=ager@google.com
Committed: https://code.google.com/p/dart/source/detail?r=13939
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||