]> git.ipfire.org Git - thirdparty/squid.git/commit - src/client_side.cc
clientKeepaliveNextRequest() used to assume (assert) that conn->chr
authorwessels <>
Fri, 16 Oct 1998 05:44:37 +0000 (05:44 +0000)
committerwessels <>
Fri, 16 Oct 1998 05:44:37 +0000 (05:44 +0000)
commit21f2031d74ebc4ea400abed6d84990bc1c205859
tree5ec54f0e71928fffc053891e93a52489b162269e
parent6d38ef86b04a7dcd09f3e2c32d7f315959f29ca2
clientKeepaliveNextRequest() used to assume (assert) that conn->chr
was either NULL, or if conn->chr was set, then conn->chr->entry must
also be set.  But the cilent request could be blocked on ACL or
redirector operations, in which case conn->chr->entry is NULL.
src/client_side.cc