]> git.ipfire.org Git - thirdparty/squid.git/commit
Summary: Fix POST.
authorrobertc <>
Sun, 6 Apr 2003 14:23:10 +0000 (14:23 +0000)
committerrobertc <>
Sun, 6 Apr 2003 14:23:10 +0000 (14:23 +0000)
commit50c09fc434a5318fa2a7b7d7045dddc1d1628ebb
treef5a0e874340f21971c52724fd77f6b36219d918b
parent74c32d760e24940065b391a2d568ef2600a4a49a
Summary: Fix POST.
Keywords:

* Fix debug statements in client_side that where moved out of clientReadRequest to refer to their new function name.
* Refactor clientProcessBody into somewhat smaller chunks.
* Fix hung connections where more data was not retrieved in large POSTS.

Summary: Fix race when deleting clientReplyContext's.
Keywords:

Fix race when deleting clientReplyContext's. clientReplyContext::operator delete will cancel store reads and may trigger callbacks. However the object is no longer ready to handle those...
src/clientStream.cc
src/client_side.cc
src/client_side_reply.cc
src/client_side_reply.h