cheroot
https://github.com/cherrypy/cheroot
Python
Cheroot is the high-performance, pure-Python HTTP server used by CherryPy. Docs -->
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported0 Subscribers
Add a CodeTriage badge to cheroot
Help out
- Issues
- Respond 400 instead of 500 when first header field line starts with SP or HTAB
- Cheroot clobbers previous lines' values during field line folding
- Cheroot ignores the `Content-Length` header when the connection is half-closed.
- Cheroot incorrectly strips `\x0b`, `\x0c`, and `\x0d` from the beginnings and ends of header values.
- Update server.py to catch 400 error
- Cheroot allows empty HTTP header names
- NUL and CR incorrectly permitted within header values
- Cheroot incorrectly allows whitespace after HTTP versions
- Cheroot cannot send a 400 response for requests with invalid chunked message bodies
- Cheroot's HTTP method parsing is too permissive
- Docs
- Python not yet supported