1 Oct 2002 01:43
cvs commit: httpd-2.0/server core.c
<rbb <at> apache.org>
2002-09-30 23:43:18 GMT
2002-09-30 23:43:18 GMT
rbb 2002/09/30 16:43:18
Modified: modules/ssl ssl_expr_scan.c
server core.c
Log:
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 <at> covalent.net>
Revision Changes Path
1.11 +53 -54 httpd-2.0/modules/ssl/ssl_expr_scan.c
Index: ssl_expr_scan.c
===================================================================
RCS file: /home/cvs/httpd-2.0/modules/ssl/ssl_expr_scan.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ssl_expr_scan.c 10 May 2002 03:55:41 -0000 1.10
+++ ssl_expr_scan.c 30 Sep 2002 23:43:18 -0000 1.11
<at> <at> -18,7 +18,6 <at> <at>
/* A lexical scanner generated by flex */
/* Scanner skeleton version:
- * $Header$
(Continue reading)
Revision Changes Path
1.12 +54 -53 httpd-2.0/modules/ssl/ssl_expr_scan.c
Index: ssl_expr_scan.c
===================================================================
RCS file: /home/cvs/httpd-2.0/modules/ssl/ssl_expr_scan.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ssl_expr_scan.c 30 Sep 2002 23:43:18 -0000 1.11
+++ ssl_expr_scan.c 30 Sep 2002 23:45:58 -0000 1.12
<at> <at> -18,6 +18,7 <at> <at>
/* A lexical scanner generated by flex */
/* Scanner skeleton version:
+ * $Header$
*/
#define FLEX_SCANNER
<at> <at> -57,8 +58,8 <at> <at>
#endif /* ! __cplusplus */
RSS Feed