From: Yoshiki Hayashi Date: Fri, 14 Jun 2002 09:32:42 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 2.0.38~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17cb4e4e7a754ad1a126ac5d4328a77fbbb4c4ed;p=apache Fix typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95669 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/fin_wait_2.html b/docs/manual/misc/fin_wait_2.html index 01f4523d35..08eead9725 100644 --- a/docs/manual/misc/fin_wait_2.html +++ b/docs/manual/misc/fin_wait_2.html @@ -24,7 +24,7 @@ many more connections in the FIN_WAIT_2 state (as reported by netstat) than they saw using older versions. When the server closes a TCP connection, it sends - a packet with the FIN bit sent to the client, which then + a packet with the FIN bit set to the client, which then responds with a packet with the ACK bit set. The client then sends a packet with the FIN bit set to the server, which responds with an ACK and the connection is closed.