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 29baa21 commit 5254bc8Copy full SHA for 5254bc8
docs/source/api.rst
@@ -652,7 +652,7 @@ response.
652
653
As a server, h11 provides the minimal support for pipelining required
654
to comply with the HTTP/1.1 standard: if the client sends multiple
655
-pipelined requests, then we the first request until we reach the
+pipelined requests, then we handle the first request until we reach the
656
:data:`DONE` state, and then :meth:`~Connection.next_event` will
657
pause and refuse to parse any more events until the response is
658
completed and :meth:`~Connection.start_next_cycle` is called. See the
0 commit comments