summaryrefslogtreecommitdiffstats
path: root/net/http/http_stream.h
Commit message (Expand)AuthorAgeFilesLines
* Reland r77075,r77077.willchan@chromium.org2011-03-091-0/+4
* Revert 77075 - Don't block on stream requests on Alternate-Protocol.jochen@chromium.org2011-03-071-4/+0
* Don't block on stream requests on Alternate-Protocol.willchan@chromium.org2011-03-061-0/+4
* HttpStream::SendRequestrch@chromium.org2010-10-271-2/+3
* Add a RenewStreamForAuth method to HttpStream, replacing DetachConnectionvandebo@chromium.org2010-10-141-12/+7
* Detach the ClientSocketHandle from an HttpStream so the same socket can be re...cbentzel@chromium.org2010-10-061-0/+12
* Eliminate HttpStreamHandle. The name confused me.willchan@chromium.org2010-09-211-1/+4
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-191-2/+32
* I've refactored HttpStream, SpdyHttpStream and HttpBasicStream so thatrch@chromium.org2010-07-291-3/+9
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Use HttpRequestHeaders for extra_headers.willchan@chromium.org2010-04-201-1/+1
* 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