summaryrefslogtreecommitdiffstats
path: root/net/http/http_stream_parser.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove the TRACE_EVENT for network states. This is no longer needed, since mo...eroman@chromium.org2010-05-211-9/+0
* Auto-format style pass over files.cbentzel@chromium.org2010-05-041-3/+3
* More cleanup to address TODOs in net_log.h.eroman@chromium.org2010-04-281-2/+2
* Remove packet split experiment, and add coalescing histogramjar@chromium.org2010-03-311-22/+28
* Remove bug 31096 checks (resolved).vandebo@chromium.org2010-03-301-3/+0
* 2 experiments: DNS prefetch limit concurrency: TCP split a packetjar@chromium.org2010-03-201-3/+26
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-6/+4
* Use 0 for successful end of stream.vandebo@chromium.org2010-03-081-3/+7
* Add checks to track down bug 31096vandebo@chromium.org2010-03-081-0/+3
* Use CHECK_* in netwillchan@chromium.org2010-03-021-3/+3
* Work around 3rd party problem causing bug 27870.vandebo@chromium.org2010-02-271-6/+1
* Add ERR_END_OF_STREAMvandebo@google.com2010-02-241-1/+1
* More checks to try to find bug 27870.vandebo@google.com2010-02-121-1/+6
* Add a notion of 'eof' to UploadDataStream, replacing the use of its size prop...vandebo@google.com2010-02-041-2/+2
* A 1xx response code followed by an EOF triggered an infinite loop. Fix the p...vandebo@chromium.org2010-01-071-1/+6
* Add more load log points near HttpNetworkTransaction::ReadHeadersvandebo@chromium.org2009-12-171-1/+7
* Make the transactions own the HttpResponseInfo.willchan@chromium.org2009-12-161-10/+13
* Increase the maximum allowed read buffer to 2MB.vandebo@chromium.org2009-11-241-2/+2
* A large Content-Length header followed by a connection close could trigger an...vandebo@chromium.org2009-11-231-7/+8
* Try to find the cause of the crash in memcpy, called from DoSendBody.vandebo@chromium.org2009-11-191-2/+3
* Fix crash if we get an EOF after a large packet with unterminated headers.cevans@chromium.org2009-11-131-1/+1
* Map a return value of 0 to ERR_CONNECTION_CLOSED forwtc@chromium.org2009-11-121-19/+16
* After further discussion, do not try to handle memory errors, but make assert...vandebo@chromium.org2009-11-101-13/+5
* Handle out of memory in GrowableIOBuffer more gracefully.vandebo@chromium.org2009-10-281-7/+17
* Simplify the copying of data in HttpStreamParservandebo@chromium.org2009-10-231-17/+25
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-171-0/+512
* Reverting 29316.vandebo@chromium.org2009-10-161-512/+0
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-161-0/+512