]> git.ipfire.org Git - thirdparty/squid.git/commit - src/dns_internal.cc
The idnsSentQueryVC function called as AsyncCall. There is the possibility
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Wed, 28 Jan 2009 18:02:36 +0000 (20:02 +0200)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Wed, 28 Jan 2009 18:02:36 +0000 (20:02 +0200)
commit2c471ba877348733fdcf482a449edaf2174950d7
tree6647d30d4c4b1bad1c08777abae4d20394357751
parented2c738b062b0db98b16032f7dad5ae65810c84c
The idnsSentQueryVC function called as AsyncCall. There is the possibility
when this function called the fd has start closing but not realy closed yet.
In this case this function will try to do a comm_write (idnsDoSendQueryVC
function) on sockect which closing and an assertion will triggered.
An extra test needed here to test if the socket closing and if yes just return.
src/dns_internal.cc