]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
check the return value of ap_run_pre_connection(). So if the
authorStas Bekman <stas@apache.org>
Tue, 25 Feb 2003 23:33:54 +0000 (23:33 +0000)
committerStas Bekman <stas@apache.org>
Tue, 25 Feb 2003 23:33:54 +0000 (23:33 +0000)
commit980353339b4cf8ba3d4e25751db453cf044cf479
treed5d5e1ccb7da346f58d72dedeafd18d4e39925f1
parent8c34473cb6ab6779642cbeeadf33e88c94e07553
check the return value of ap_run_pre_connection(). So if the
pre_connection phase fails (without setting c->aborted)
ap_run_process_connection is not executed.
PR:
Obtained from:
Submitted by:
Reviewed by: trawick, jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98799 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
server/connection.c