]> git.ipfire.org Git - thirdparty/squid.git/commit
Reversed bug #2011 fix because it may slow down ICAP, BodyPipe, and other code
authorrousskov <>
Tue, 24 Jul 2007 01:55:21 +0000 (01:55 +0000)
committerrousskov <>
Tue, 24 Jul 2007 01:55:21 +0000 (01:55 +0000)
commit4052f4bd343ab851d241bfa744c8138434067c21
treea2ac9942590a5000f02245981806ece5ed26810c
parente0f92cbf028766e7f5eccfe8bdfc7dc3cd187f58
Reversed bug #2011 fix because it may slow down ICAP, BodyPipe, and other code
using zero-delay events to implement "asynchronous" calls.

The code should probably be rewritten (a) to avoid any waiting/blocking when
there are ready events and (b) to allow waiting longer when there are no ready
events.
src/EventLoop.cc