]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 3447: assertion failed: CommCalls.h:150: "dp"
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 19 Dec 2011 13:18:29 +0000 (06:18 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 19 Dec 2011 13:18:29 +0000 (06:18 -0700)
commitec507dd267b2d161bf1fe353efbb8cb82c06a8e3
tree6b67c0eaeb4c1ec412d634e3401ef714ac969189
parent859741ed0f2a586d218e2a1dd4d64eccaa750e06
Bug 3447: assertion failed: CommCalls.h:150: "dp"

Detatch FD/connection close handlers from reliance on commCloseCbParams
some handlers use FdeCbParams and others are possible.

If the callback handler needs FD the call creator must save it in the
params at call construction time.
src/comm.cc