]> git.ipfire.org Git - thirdparty/squid.git/commit
regression fix bug #2583: pure virtual method called
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Mon, 27 Apr 2009 20:20:37 +0000 (23:20 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Mon, 27 Apr 2009 20:20:37 +0000 (23:20 +0300)
commitde33bc826c62998eb9f633d0629f87eb20836502
treeb94b088bbc34eb809c7e9393ed50bd75aa8bc439
parent4a62c5424b53a3215268830b972ea2fb54898d4c
regression fix bug #2583: pure virtual method called

The applied patch hid the problem, did not fix it.
This patch removes the applied patch and instead add an assertion check in
ClientHttpRequest::~ClientHttpRequest destructor just before call the
Adaptation::Initiator::announceInitiatorAbort method.
src/adaptation/Initiator.cc
src/client_side_request.cc