Update nghttp2.pyx

This commit is contained in:
Marcelo Trylesinski 2022-01-01 19:18:14 +01:00 committed by GitHub
parent 02e6cad121
commit 8ddb2273b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1057,8 +1057,7 @@ if asyncio:
"""HTTP/2 request (stream) handler base class.
The class is used to handle the HTTP/2 stream. By default, it does
not nothing. It must be subclassed to handle each event callback
method.
nothing. It must be subclassed to handle each event callback method.
The first callback method invoked is on_headers(). It is called
when HEADERS frame, which includes request header fields, is