]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix SegFault on CONNECT with log_ip_on_direct
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 24 Jun 2011 05:07:06 +0000 (17:07 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 24 Jun 2011 05:07:06 +0000 (17:07 +1200)
commit4beb4bab0fed40bcafc0f5b8e91e94a07cc328c3
tree49465e55e68387dffa7de90b26bef2be2f4c87f4
parentce63af7ff2b1622e5bf176e812e5b79c14655ddc
Fix SegFault on CONNECT with log_ip_on_direct

In short we cannot update the hierarchy details when the FD is invalid.
Push the comm error handling up above delay and hierarchy logics.
src/tunnel.cc