summaryrefslogtreecommitdiffstats
path: root/net/http/http_basic_stream.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't drain response bodies for SpdyHttpStreams.willchan@chromium.org2011-03-111-0/+4
* Revert r77399 in preparation for merging a small portion of it to 696.willchan@chromium.org2011-03-111-4/+0
* 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
* More net/ method ordering.erg@google.com2011-01-261-2/+2
* Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxyrch@chromium.org2010-12-171-1/+5
* Change the way request headers are logged to the NetLog to ensurerch@chromium.org2010-11-111-3/+3
* HttpStream::SendRequestrch@chromium.org2010-10-271-5/+20
* Add a RenewStreamForAuth method to HttpStream, replacing DetachConnectionvandebo@chromium.org2010-10-141-22/+7
* Detach the ClientSocketHandle from an HttpStream so the same socket can be re...cbentzel@chromium.org2010-10-061-0/+22
* Eliminate HttpStreamHandle. The name confused me.willchan@chromium.org2010-09-211-2/+2
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-191-0/+21
* FBTF: Start cleaning up net/erg@google.com2010-08-111-1/+5
* I've refactored HttpStream, SpdyHttpStream and HttpBasicStream so thatrch@chromium.org2010-07-291-7/+15
* Reduce static initializers by removing inline constructors anddavemoore@chromium.org2010-07-211-0/+2
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-2/+3
* Add more load log points near HttpNetworkTransaction::ReadHeadersvandebo@chromium.org2009-12-171-2/+2
* Make the transactions own the HttpResponseInfo.willchan@chromium.org2009-12-161-1/+3
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-171-0/+50
* Reverting 29316.vandebo@chromium.org2009-10-161-50/+0
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-161-0/+50