]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mpm_event: follow up to r1818804 and r1818951.
authorYann Ylavic <ylavic@apache.org>
Fri, 22 Dec 2017 10:52:22 +0000 (10:52 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 22 Dec 2017 10:52:22 +0000 (10:52 +0000)
commit74e662639dfa8cac1bcd3b541206856263223017
tree5062bb8341c068b1e27a2999fcf9db1942d84dae
parent2ec371c1f9d2751c11a313c45041e2a6a3066fe9
mpm_event: follow up to r1818804 and r1818951.

Be more correct in comment about CONN_STATE_WRITE_COMPLETION.
We currently have/need no state to simply wait for readability on a socket,
so the previous comment was misleading. Write completion can't be used for
a simple "wait for read event and come back to process_connection hooks".

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1819027 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/event/event.c