]> git.ipfire.org Git - thirdparty/squid.git/commit
Merging async-call branch changes to HEAD:
authorrousskov <>
Wed, 13 Feb 2008 06:02:13 +0000 (06:02 +0000)
committerrousskov <>
Wed, 13 Feb 2008 06:02:13 +0000 (06:02 +0000)
commit6d527e0ad439815b51203604da5a655dfd27d3cf
treee97aae8cbbd92cdc9f89b4d33093fac881b1d6a3
parentb04699658ca0a35cb07317084c73493108188ced
Merging async-call branch changes to HEAD:

        Removed calls to comm_iocallbackpending(). They were added to
        "Speed up processing of queued events significantly, to not
        cause large delays when under low load" but I do not see how
        having pending callbacks can be relevant because all pending
        callbacks are (should be) executed before FDs are probed.

        Converting commSetTimeout to use CommCalls.
src/comm_poll.cc
src/comm_select.cc
src/comm_select_win32.cc