]> git.ipfire.org Git - thirdparty/squid.git/commit
Make comm_listen/comm_accept .. optimistic.
authoradrian <>
Wed, 23 Oct 2002 16:11:03 +0000 (16:11 +0000)
committeradrian <>
Wed, 23 Oct 2002 16:11:03 +0000 (16:11 +0000)
commitf49a8979284586a3df00549d705bca8c6817d81b
tree856453827bb2613a273b713dc5f593dd31ff74ad
parentdba1a67de9256f3d40929d15e500516622478d20
Make comm_listen/comm_accept .. optimistic.
When we have an accept event we accept as many times as we can
(up until a #define'd limit) - if the callback doesn't re-register
we don't continue calling it :)
src/comm.cc