From 17cb4e4e7a754ad1a126ac5d4328a77fbbb4c4ed Mon Sep 17 00:00:00 2001 From: Yoshiki Hayashi Date: Fri, 14 Jun 2002 09:32:42 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95669 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/misc/fin_wait_2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.1