Merge pull request #1666 from Kludex/patch-1

Update nghttp2.pyx
This commit is contained in:
Tatsuhiro Tsujikawa 2022-01-11 20:13:43 +09:00 committed by GitHub
commit 4eb49ac28e
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