]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mpm_winnt: Remove an unnecessary retry after receiving a non-timeout failure
authorEvgeny Kotkov <kotkov@apache.org>
Fri, 7 Jul 2017 11:08:26 +0000 (11:08 +0000)
committerEvgeny Kotkov <kotkov@apache.org>
Fri, 7 Jul 2017 11:08:26 +0000 (11:08 +0000)
commit948681b8530eaf2c642e1f6e8c78fcae1d90de63
tree533651504398b2b60925205be7bdce89e035b7c2
parent4af3fde28d7523e081bc21d740b43665692cc547
mpm_winnt: Remove an unnecessary retry after receiving a non-timeout failure
from the mpm_get_completion_context() function.

Currently, the only possible reasons why mpm_get_completion_context() could
fail are real errors such as being unable to WaitForSingleObject(), allocate
memory or create an event.  Retrying under such circumstances doesn't make
sense, and could be as well considered harmful.

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