This website requires JavaScript.
Explore
Help
Register
Sign In
jingrow
/
gunicorn
Watch
1
Star
0
Fork
0
You've already forked gunicorn
mirror of
https://github.com/frappe/gunicorn.git
synced
2026-07-04 03:31:29 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
gunicorn
/
gunicorn
/
http
History
Benoit Chesneau
655716a181
feat(http2): add stream priority support (RFC 7540 Section 5.3)
2026-01-27 11:44:33 +01:00
..
__init__.py
Add HTTP/2 core protocol implementation
2026-01-27 09:57:01 +01:00
body.py
Merge pull request
#3189
from pajod/patch-py36
2024-08-10 10:40:40 +02:00
errors.py
HTTP/1.0 - ignore Expect: 100-continue
2026-01-24 21:59:02 +01:00
message.py
HTTP/1.0 - ignore Expect: 100-continue
2026-01-24 21:59:02 +01:00
parser.py
fix: use smaller buffer in finish_body for faster timeout
2026-01-23 14:46:40 +01:00
unreader.py
fix: unreader.unread() now prepends data to buffer
2026-01-23 11:39:05 +01:00
wsgi.py
feat(http2): add stream priority support (RFC 7540 Section 5.3)
2026-01-27 11:44:33 +01:00