summaryrefslogtreecommitdiffstats
path: root/net/http/http_stream_parser.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 32983 - Increase the maximum allowed read buffer to 2MB.vandebo@google.com2009-11-251-2/+2
* Recommit this change - follow up merge will fix the issue detected on trunkvandebo@google.com2009-11-251-7/+8
* This looked good on trunk, but an issue was tracked down after I merged. Rev...vandebo@google.com2009-11-241-8/+7
* Merge 32856 - A large ContentLength header followed by a connection close cou...vandebo@google.com2009-11-241-7/+8
* 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