]> granicus.if.org Git - apache/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)
commit3da232d51fd06d9bec9b2346123baf3e15d2679f
tree5ff74539582281ee0ccbfa8f4ecca5e573dd2eeb
parentebd1a5a939d525912dc25ced2f4b3da567ff13ae
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