Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d527d3b commit 20b64bdCopy full SHA for 20b64bd
1 file changed
Doc/library/socketserver.rst
@@ -546,7 +546,7 @@ The difference is that the ``readline()`` call in the second handler will call
546
first handler had to use a ``recv()`` loop to accumulate data until a
547
newline itself. If it had just used a single ``recv()`` without the loop it
548
would just have returned what has been received so far from the client.
549
-TCP is stream based: data arrives in the order it was sent, but there no
+TCP is stream based: data arrives in the order it was sent, but there is no
550
correlation between client ``send()`` or ``sendall()`` calls and the number
551
of ``recv()`` calls on the server required to receive it.
552
0 commit comments