Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
4eb49ac2
Unverified
Commit
4eb49ac2
authored
Jan 11, 2022
by
Tatsuhiro Tsujikawa
Committed by
GitHub
Jan 11, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1666 from Kludex/patch-1
Update nghttp2.pyx
parents
d91ae698
8ddb2273
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
python/nghttp2.pyx
python/nghttp2.pyx
+1
-2
No files found.
python/nghttp2.pyx
View file @
4eb49ac2
...
@@ -1057,8 +1057,7 @@ if asyncio:
...
@@ -1057,8 +1057,7 @@ if asyncio:
"""HTTP/2 request (stream) handler base class.
"""HTTP/2 request (stream) handler base class.
The class is used to handle the HTTP/2 stream. By default, it does
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
nothing. It must be subclassed to handle each event callback method.
method.
The first callback method invoked is on_headers(). It is called
The first callback method invoked is on_headers(). It is called
when HEADERS frame, which includes request header fields, is
when HEADERS frame, which includes request header fields, is
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment