]> git.ipfire.org Git - thirdparty/squid.git/commit
Avoid comm_read "!fd_table[fd].closing()" assertion after adaptation ACL check
authorAlex Rousskov <rousskov@measurement-factory.com>
Fri, 3 Dec 2010 23:04:01 +0000 (16:04 -0700)
committerAlex Rousskov <rousskov@measurement-factory.com>
Fri, 3 Dec 2010 23:04:01 +0000 (16:04 -0700)
commit505c2f289bcb3e2cc32d1ca15a8ff41ad3330004
tree066c77c27eeb291b8a53d54412a130d85115f7ca
parent718d84bf9a466fb425f733209cd4d172159ff3bd
Avoid comm_read "!fd_table[fd].closing()" assertion after adaptation ACL check

The assertion was hit if Server fd was closed while we were checking
adaptation ACLs, and we have not been notified of the closure yet (because the
Adaptation::AccessCheck callback is not async while closure notification is).
src/http.cc