]> 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:25:19 +0000 (23:25 +0000)
committerStas Bekman <stas@apache.org>
Tue, 25 Feb 2003 23:25:19 +0000 (23:25 +0000)
commitb105aa8d20e61e323a83fc253d807b06693c0ca7
tree5ff74539582281ee0ccbfa8f4ecca5e573dd2eeb
parentb747597da0333171de45494db85de0c74fab6bea
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/trunk@98798 13f79535-47bb-0310-9956-ffa450edef68
server/connection.c