Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
benoitc
/
gunicorn
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.9k
Star
10.7k
Code
Issues
58
Pull requests
50
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
http2: stream the request body to the application
- #3717
#3717
Merged
benoitc
merged 13 commits into
master
benoitc/gunicorn:master
from
fix/h2-stream-body
benoitc/gunicorn:fix/h2-stream-body
Copy head branch name to clipboard
Aug 30, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
http2: stream the request body to the application
#3717
benoitc
merged 13 commits into
master
benoitc/gunicorn:master
from
fix/h2-stream-body
benoitc/gunicorn:fix/h2-stream-body
Copy head branch name to clipboard
Commits
Commits on Aug 30, 2026
http2: stream the request body to the application
Show description for da7d2e3
benoitc
committed
da7d2e3
View commit details
Copy full SHA for da7d2e3
Browse repository at this point
http2: honour a graceful GOAWAY without touching h2 internals
Show description for 2d5f01f
benoitc
committed
2d5f01f
View commit details
Copy full SHA for 2d5f01f
Browse repository at this point
http2: bound the send-credit wait and stop a response the peer abandoned
Show description for a81c7d6
benoitc
committed
a81c7d6
View commit details
Copy full SHA for a81c7d6
Browse repository at this point
http2: never send a second HEADERS block on a stream
Show description for 693336d
benoitc
committed
693336d
View commit details
Copy full SHA for 693336d
Browse repository at this point
http2: bound idle connections and stalled body reads on sync workers
Show description for ce8677b
benoitc
committed
ce8677b
View commit details
Copy full SHA for ce8677b
Browse repository at this point
http2: drop streams the peer reset before they were served
Show description for 0a46fb7
benoitc
committed
0a46fb7
View commit details
Copy full SHA for 0a46fb7
Browse repository at this point
http2: end the stream on an empty final chunk
Show description for dd629a0
benoitc
committed
dd629a0
View commit details
Copy full SHA for dd629a0
Browse repository at this point
asgi: block in receive() after the body and resume a paused reader
Show description for ef64121
benoitc
committed
ef64121
View commit details
Copy full SHA for ef64121
Browse repository at this point
gevent: log an aborted HTTP/2 stream at debug, not as an app error
benoitc
committed
2c1c6a5
View commit details
Copy full SHA for 2c1c6a5
Browse repository at this point
docs: describe the HTTP/2 review fixes and the timeout and keepalive bounds
benoitc
committed
4d2f53c
View commit details
Copy full SHA for 4d2f53c
Browse repository at this point
test: make the ASGI lock-race tests deterministic and regenerate the settings doc
Show description for 57451ae
benoitc
committed
57451ae
View commit details
Copy full SHA for 57451ae
Browse repository at this point
test: run h2spec against each HTTP/2 worker
Show description for 0230d46
benoitc
committed
0230d46
View commit details
Copy full SHA for 0230d46
Browse repository at this point
ci: install pytest-cov for the h2spec job
benoitc
committed
3da7d98
View commit details
Copy full SHA for 3da7d98
Browse repository at this point
You can’t perform that action at this time.