]> granicus.if.org Git - apache/commit
Change core connection handling so that a connection-oriented
authorJeff Trawick <trawick@apache.org>
Mon, 1 Nov 2004 13:06:51 +0000 (13:06 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 1 Nov 2004 13:06:51 +0000 (13:06 +0000)
commit43eb49ae9d86a478b7592483c695c43f7968f05c
tree26738aaf29c9d645696d8059ae33f8a88d728b5a
parent7788f37e0ba9c434faace61619ff55624bf59e20
Change core connection handling so that a connection-oriented
error disabling nagle* is logged with the client IP address and
a debug log level.  We filter out not-implemented errors from
platforms which don't support TCP_NODELAY.

*This is typically EINVAL, which means that the client already
dropped the connection.

Also, mention an earlier change to include the client IP address
when logging connection-oriented errors.

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