]> git.ipfire.org Git - thirdparty/squid.git/commit - src/client_side_request.cc
Bug #2090: assertion failed: client_side_request.cc:912: "contentLength >= 0"
authorhno <>
Fri, 28 Sep 2007 04:42:08 +0000 (04:42 +0000)
committerhno <>
Fri, 28 Sep 2007 04:42:08 +0000 (04:42 +0000)
commit7173d5b0a217b976f0460fd46072f33de015675f
tree0824e646cd8f66838b4b83dcc769987208f15a56
parentac7a62f9b26e5500bd7d9dfaa720e6407f28a1bc
Bug #2090: assertion failed: client_side_request.cc:912: "contentLength >= 0"

One more 2GB issue. ClientHttpRequest::gotEnough() stored content-length
into an int..
src/client_side_request.cc