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
- move ssl_handshake handling from main thread to worker threads
- Fixed circular reference in HTTPConnection
- Fix CI errors and tear down socket errors
- Handle socket errors when sending HTTP-over-HTTPS error responses
- Python 3.14 compatibility
- Re-raise PyOpenSSL `SysCallError`s as respective errno-mapped standard Python `ConnectionError` subclasses in `close()`/`shutdown()`
- Fixes for WantWriteError and WantReadError handling
- Drop locks from the `cheroot.ssl.pyopenssl.SSLConnection` method
- Deprecate `MakeFile()` in favor of `StreamReader` and `StreamWriter`
- Add `TLSSocket` abstraction for uniform SSL/TLS handling
- Docs
- Python not yet supported