From: Art Cancro Date: Thu, 18 Sep 2014 11:14:01 +0000 (-0400) Subject: new url for lingering_close() description X-Git-Tag: v9.01~116^2~5 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=921ebdb7dbcdc32ab677a531b291663b95c6b6a5;hp=f1394519768632dbc4e53583a1332a03ec8b89bf new url for lingering_close() description --- diff --git a/webcit/tcp_sockets.c b/webcit/tcp_sockets.c index 50143410c..302c908c1 100644 --- a/webcit/tcp_sockets.c +++ b/webcit/tcp_sockets.c @@ -1076,7 +1076,7 @@ long end_burst(void) /* * lingering_close() a`la Apache. see - * http://www.apache.org/docs/misc/fin_wait_2.html for rationale + * http://httpd.apache.org/docs/2.0/misc/fin_wait_2.html for rationale */ int lingering_close(int fd) {