Skip to content

Commit 694cea2

Browse files
committed
improve wording
1 parent fd56481 commit 694cea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@
413413
running on the same host, the \uv{\texttt{Host:}} HTTP header is used.
414414
Similarly, the TLS protocol uses the \texttt{ServerName} extension.
415415
\item The fact that the system starts listening on a port means that a TCP
416-
handshake is performed and data is being accepted. The data is stored
416+
handshake can be performed and data is being accepted. The data is stored
417417
in a fixed length buffer and after it is filled out, the connection is still
418418
active but the TCP window is set to 0 which means the system stopped accepting
419419
further data. The buffer size is usually a few tens of kilobytes.

0 commit comments

Comments
 (0)