summaryrefslogtreecommitdiffstats
path: root/net/http/http_pipelined_connection.h
Commit message (Expand)AuthorAgeFilesLines
* Remove HTTP pipelining support.mmenke@chromium.org2014-05-271-93/+0
* Revert "GTTF: Add missing virtual destructors."phajdan.jr@chromium.org2013-02-061-2/+0
* GTTF: Add missing virtual destructors.phajdan.jr@chromium.org2013-02-051-0/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Move NextProto enum to a new file net/socket/next_proto.hrch@chromium.org2012-03-311-2/+2
* Disable pipelining if we encounter HTTP Authentication.simonjam@chromium.org2012-01-191-1/+2
* Add HTTP pipelining to net-internals:simonjam@chromium.org2011-12-201-0/+2
* Added protocol_version negotiated with the server.rtenneti@google.com2011-12-201-1/+6
* In net-internals, have HTTP_STREAM_JOBs link to themmenke@chromium.org2011-12-191-2/+2
* Slow start pipelining.simonjam@chromium.org2011-12-011-0/+12
* Basic HTTP pipelining support.simonjam@chromium.org2011-10-191-0/+74