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 11:41:32 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
gunicorn
/
gunicorn
/
http
History
Raphaël Slinckx
15e901a5e5
http/message: Split request line as bytes to avoid splitting on 0x0A.
Fixes
#1577
2017-08-25 10:50:34 +02:00
..
__init__.py
Fix gunicorn.http.__all__.
2015-01-30 22:30:56 +02:00
_sendfile.py
Python 2.6 is the minimum supported version now
2016-05-30 11:01:43 -07:00
body.py
Empty sequences are false, there's no need to check the len.
2017-07-12 16:15:42 +03:00
errors.py
Error message should be able to be encoded in latin1
2013-11-13 14:28:38 +08:00
message.py
http/message: Split request line as bytes to avoid splitting on 0x0A.
Fixes
#1577
2017-08-25 10:50:34 +02:00
parser.py
Make mesg_class a class attribute.
2015-01-30 22:14:34 +02:00
unreader.py
Empty sequences are false, there's no need to check the len.
2017-07-12 16:15:42 +03:00
wsgi.py
Remove redundant "is not None" in gunicorn/http/wsgi.py (
#1556
)
2017-08-01 13:51:19 +03:00