summaryrefslogtreecommitdiffstats
path: root/net/http/http_stream_parser.cc
Commit message (Expand)AuthorAgeFilesLines
* 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