summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_http_stream_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix SpdyHttpStreamTest windows tsan bug.erikchen@google.com2010-08-021-6/+14
* SpdySessionPool now identifies SpdySessions by both HostPortPair and proxy se...erikchen@google.com2010-08-021-4/+7
* When we get a silent TCP RST, SPDY connections need to retry.mbelshe@chromium.org2010-07-311-4/+5
* Use relative instead of absolute URIs in SPDY requestsmbelshe@chromium.org2010-07-301-1/+1
* I've refactored HttpStream, SpdyHttpStream and HttpBasicStream so thatrch@chromium.org2010-07-291-11/+20
* SPDY sends RST_STREAM upon cancelling request, or bad header parse data.erikchen@google.com2010-07-271-9/+19
* TBR:erikchen@google.com2010-07-261-8/+7
* SPDY sends RST_STREAM upon cancelling request, or bad header parse data.erikchen@google.com2010-07-261-7/+8
* Use SpecForRequest to get rid of anchor in url for spdy.lzheng@chromium.org2010-07-261-20/+66
* Net: Get rid of ProxyServer::host_and_port() and friends.thestig@chromium.org2010-07-221-3/+3
* Fixed memory leak in SpdyHttpStreamTest. Removed suppressions.erikchen@google.com2010-07-211-97/+37
* Implement MAX_CONCURRENT_STREAMS SETTINGS headergavinp@google.com2010-07-171-6/+3
* SPDY: Make sure we don't try to send https/wss over an unauthenticated, but e...willchan@chromium.org2010-06-281-2/+4
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-4/+3
* Fixed bug where streams do not shutdown properly after the user callback dele...erikchen@google.com2010-06-241-3/+8
* Revert 50215 because of crashes - Refactor SpdyStream to get HTTP specific ou...willchan@chromium.org2010-06-181-8/+3
* Refactor SpdyStream to get HTTP specific out of the interface and members.ukai@chromium.org2010-06-181-3/+8
* Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate.willchan@chromium.org2010-06-151-0/+1
* Refactor SpdyStream.ukai@chromium.org2010-06-141-0/+132