]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug #1935 fix: Do not retry a request after sending [some of] its body.
authorrousskov <>
Mon, 16 Apr 2007 23:43:27 +0000 (23:43 +0000)
committerrousskov <>
Mon, 16 Apr 2007 23:43:27 +0000 (23:43 +0000)
commit58217e94ef39bec53ababe6854d878a155ff1c6c
tree405e182d81252084ac713f0610c0c335ae8eaac8
parent63d03edbd51a2b4e87b08bc2e4c41df09e6c1d57
Bug #1935 fix: Do not retry a request after sending [some of] its body.

Replaced forgotten request_flags::body_sent with HttpRequest::bodyNibbled()
that does not need to be manually updated. The BodyPipe changes probably
deleted the code that set request_flags::body_sent.
src/HttpRequest.cc
src/HttpRequest.h
src/forward.cc
src/structs.h