]> git.ipfire.org Git - thirdparty/squid.git/commit
comm_poll/comm_select could 'spin' a little bit on HTTP and ICP sockets
authorwessels <>
Tue, 2 Dec 1997 07:15:50 +0000 (07:15 +0000)
committerwessels <>
Tue, 2 Dec 1997 07:15:50 +0000 (07:15 +0000)
commit11994bb938c46563533f09bdf9c21ca97257447b
treeaa5db233eaf6a02ea3bde415566b29cf2f713dc4
parent7cb58016f291db78a007f0b4ea229d8e7d3bf509
comm_poll/comm_select could 'spin' a little bit on HTTP and ICP sockets
because it would only check them every 7th FD.  If select returns
less than 7, however, we should make sure they get done.
src/comm.cc