]> git.ipfire.org Git - thirdparty/squid.git/commit - src/client_side_request.cc
Fix bug 772, by reading aborted data from connections when there is a pending POST...
authorrobertc <>
Sat, 2 Sep 2006 12:49:48 +0000 (12:49 +0000)
committerrobertc <>
Sat, 2 Sep 2006 12:49:48 +0000 (12:49 +0000)
commit0b86805b0c1b3f18d4286f53200b43238ad97e4a
tree0aad6ae853e57d37394c26ba66f25f2c931fe557
parent41030a36176c7f63ffa10703731fb97d40c50f3a
Fix bug 772, by reading aborted data from connections when there is a pending POST on the connection. This is still lacking an automated test to prevent regressions occuring again. Additionally the BodyReader API can possibly be tightened up to make this easier to read and implement.
src/BodyReader.cc
src/BodyReader.h
src/client_side.cc
src/client_side.h
src/client_side_request.cc
src/errorpage.cc