summaryrefslogtreecommitdiffstats
path: root/net/http/http_pipelined_stream.cc
Commit message (Expand)AuthorAgeFilesLines
* Move NextProto enum to a new file net/socket/next_proto.hrch@chromium.org2012-03-311-2/+2
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-9/+9
* Added protocol_version negotiated with the server.rtenneti@google.com2011-12-201-0/+4
* In net-internals, have HTTP_STREAM_JOBs link to themmenke@chromium.org2011-12-191-2/+2
* Implement Drain() on HttpPipelinedStream.simonjam@chromium.org2011-11-301-5/+2
* Correctly create a new stream when the server requires authentication.simonjam@chromium.org2011-11-011-2/+4
* Basic HTTP pipelining support.simonjam@chromium.org2011-10-191-0/+142