summaryrefslogtreecommitdiffstats
path: root/net/http/http_stream.h
Commit message (Expand)AuthorAgeFilesLines
* Use 0 for successful end of stream.vandebo@chromium.org2010-03-081-2/+2
* Add ERR_END_OF_STREAMvandebo@google.com2010-02-241-6/+8
* Include completion_callback.h instead of client_socket_handle.h.wtc@chromium.org2010-02-091-1/+1
* Make the transactions own the HttpResponseInfo.willchan@chromium.org2009-12-161-0/+1
* Increase the maximum allowed read buffer to 2MB.vandebo@chromium.org2009-11-241-1/+1
* A large Content-Length header followed by a connection close could trigger an...vandebo@chromium.org2009-11-231-7/+8
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-171-29/+52
* Reverting 29316.vandebo@chromium.org2009-10-161-52/+29
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-161-29/+52
* Introduce HttpStream and HttpBasicStream.willchan@chromium.org2009-06-111-0/+60