]> 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)
commit9bf6adcbab94561e48bcb6cda132383f1a568fcb
tree4bc38713ad367f8f3481dd5f18d0edf04ed7f31c
parent5b2ffe953ea32a51009f5c9355f41128188139c1
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/modules/ssl@97038 13f79535-47bb-0310-9956-ffa450edef68
ssl_expr_scan.c