From: Christophe Jaillet Date: Wed, 4 Jun 2014 03:14:21 +0000 (+0000) Subject: Fix URL in doxygen comment. X-Git-Tag: 2.5.0-alpha~4108 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59c3182d7ce367bff435693859f1e12974c1073d;p=apache Fix URL in doxygen comment. Previous link was broken. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1599852 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/connection.c b/server/connection.c index 8592f1b0a9..44544c7d8d 100644 --- a/server/connection.c +++ b/server/connection.c @@ -83,10 +83,10 @@ AP_CORE_DECLARE(void) ap_flush_conn(conn_rec *c) } /* we now proceed to read from the client until we get EOF, or until - * MAX_SECS_TO_LINGER has passed. the reasons for doing this are + * MAX_SECS_TO_LINGER has passed. The reasons for doing this are * documented in a draft: * - * http://www.ics.uci.edu/pub/ietf/http/draft-ietf-http-connection-00.txt + * http://tools.ietf.org/html/draft-ietf-http-connection-00.txt * * in a nutshell -- if we don't make this effort we risk causing * TCP RST packets to be sent which can tear down a connection before