Skip to content

Commit

Permalink
Do not call a timeout callback after the asociated socket
Browse files Browse the repository at this point in the history
woke and the socket callback was called.
PR 56642


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1604347 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Takashi Sato committed Jun 21, 2014
1 parent 2aaad3b commit ddb6b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/mpm/event/event.c
Expand Up @@ -1773,8 +1773,8 @@ static void * APR_THREAD_FUNC listener_thread(apr_thread_t * thd, void *dummy)
apr_pollset_remove(event_pollset, *pfds);
}
}
push_timer2worker(ep);
}
push_timer2worker(ep);
}
else {
break;
Expand Down

0 comments on commit ddb6b6b

Please sign in to comment.