From 8ddb2273b960dc161dfd9b3332ae389b0b5eb11d Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Sat, 1 Jan 2022 19:18:14 +0100 Subject: [PATCH] Update nghttp2.pyx --- python/nghttp2.pyx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/nghttp2.pyx b/python/nghttp2.pyx index c374d786..81f3f3ee 100644 --- a/python/nghttp2.pyx +++ b/python/nghttp2.pyx @@ -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