]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Call out the success cases when we don't get APR_SUCCESS back from the
authorRyan Bloom <rbb@apache.org>
Mon, 30 Sep 2002 23:43:18 +0000 (23:43 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 30 Sep 2002 23:43:18 +0000 (23:43 +0000)
commita8e87256bfebbac179157b2d33673b19680514a4
treec56cac1f5f9527f3b42a2f59220f63e2ae68f753
parentf879000be0653f42ac54491ed881203b00943893
Call out the success cases when we don't get APR_SUCCESS back from the
network write.  All other status codes result in c->aborted being set,
which allows the logs to note that the connection was aborted.  Previous
to this patch, if the network cable was unplugged on the client, the server
would get APR_ETIMEUP, but we wouldn't note that the connection was
aborted.

Submitted by: Ryan Morgan <rmorgan@covalent.net>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97038 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_expr_scan.c
server/core.c