summaryrefslogtreecommitdiffstats
path: root/include/http_connection.h
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2014-06-03 23:11:31 +0200
committerChristophe Jaillet <jailletc36@apache.org>2014-06-03 23:11:31 +0200
commit178d3027effa7b7d97f8dec90b8df929b8d7ab9c (patch)
treeac3b0cf730487f4cf2bf7e0f41ea9e00dd1cf2fb /include/http_connection.h
parentFix r1593665 where I miss read the code and what is performed in "header_inou... (diff)
downloadapache2-178d3027effa7b7d97f8dec90b8df929b8d7ab9c.tar.xz
apache2-178d3027effa7b7d97f8dec90b8df929b8d7ab9c.zip
Fix URL in doxygen comment.
Previous link was broken. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1599799 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_connection.h')
-rw-r--r--include/http_connection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/http_connection.h b/include/http_connection.h
index 2192507d93..f73670b442 100644
--- a/include/http_connection.h
+++ b/include/http_connection.h
@@ -57,10 +57,10 @@ AP_CORE_DECLARE(void) ap_flush_conn(conn_rec *c);
* This function is responsible for the following cases:
* <pre>
* 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