summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_http_stream.h
Commit message (Expand)AuthorAgeFilesLines
* Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxyrch@chromium.org2010-12-171-1/+3
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-091-14/+6
* Update server push to allow use of HEADERS frame.mbelshe@chromium.org2010-12-031-56/+8
* HttpStream::SendRequestrch@chromium.org2010-10-271-1/+1
* Add a RenewStreamForAuth method to HttpStream, replacing DetachConnectionvandebo@chromium.org2010-10-141-2/+2
* Detach the ClientSocketHandle from an HttpStream so the same socket can be re...cbentzel@chromium.org2010-10-061-0/+2
* Fix case where we close a stream due to socket errors when it is currentlymbelshe@chromium.org2010-09-171-0/+2
* Add support for speaking SPDY to an HTTPS proxy.rch@chromium.org2010-09-011-1/+4
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-191-2/+15
* SPDY flow control: fix for WINDOW_UPDATEs arriving while request is being sent.agayev@chromium.org2010-08-171-2/+3
* Clean up SpdyStream.erikchen@google.com2010-08-061-1/+1
* SPDY: flow-control fix: resume I/O once a WINDOW_UPDATE frame is received for...agayev@chromium.org2010-08-051-1/+2
* When we get a silent TCP RST, SPDY connections need to retry.mbelshe@chromium.org2010-07-311-0/+2
* I've refactored HttpStream, SpdyHttpStream and HttpBasicStream so thatrch@chromium.org2010-07-291-25/+35
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Refactor SpdyStream state for WebSocket supportukai@chromium.org2010-07-201-0/+4
* Implement MAX_CONCURRENT_STREAMS SETTINGS headergavinp@google.com2010-07-171-4/+10
* Fixed bug where streams do not shutdown properly after the user callback dele...erikchen@google.com2010-06-241-21/+46
* Revert 50215 because of crashes - Refactor SpdyStream to get HTTP specific ou...willchan@chromium.org2010-06-181-41/+17
* Refactor SpdyStream to get HTTP specific out of the interface and members.ukai@chromium.org2010-06-181-17/+41
* cleaned up the way that streams close so that all of them use DeleteStreamerikchen@google.com2010-06-151-4/+1
* Refactor SpdyStream.ukai@chromium.org2010-06-141-0/+122