]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mpm_winnt: Factor out a helper function to parse the type of an accept
authorEvgeny Kotkov <kotkov@apache.org>
Fri, 7 Jul 2017 11:00:07 +0000 (11:00 +0000)
committerEvgeny Kotkov <kotkov@apache.org>
Fri, 7 Jul 2017 11:00:07 +0000 (11:00 +0000)
commit4af3fde28d7523e081bc21d740b43665692cc547
tree04f1d8e79dcb292ddc33651e85a242b755d93a4a
parent6da8236354d7d1945e7e4419dd90653b3f755a6e
mpm_winnt: Factor out a helper function to parse the type of an accept
filter and use an appropriate enum for it.

This makes the code in winnt_accept() a bit easier to follow.  As a minor
side effect, it also fixes a small bug where the "unrecognized AcceptFilter
'%s'" log entry would always contain "none" instead of the actually
unrecognized kind of the accept filter.

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