cheroot
cheroot copied to clipboard
Cheroot is the high-performance, pure-Python HTTP server used by CherryPy. Docs -->
Hi, SABnzbd sub-author here, CC to @Safihre I'm not sure if this is cheroot or cherrypy. The PoC program does a "import cherrypy", and the traceback is in cheroot, so...
❓ **I'm submitting a ...** - [ ] 🐞 bug report - [X] 🐣 feature request - [ ] ❓ question about the decisions made in the repository 🐞 **Is...
**I'm submitting a ...** - [ ] bug report - [x] feature request - [ ] question about the decisions made in the repository **Do you want to request a...
It is a simple cherrypy server, however after the server running fine for 1-2 hours I get this error and it becomes unresponsive. How can I fix this [StackOverflow][StackOverflow question]...
❓ **I'm submitting a ...** - [ ] 🐞 bug report - [X] 🐣 feature request - [ ] ❓ question about the decisions made in the repository 🐞 **Is...
Copy of cherrypy #1575 https://github.com/cherrypy/cherrypy/issues/1575 * **I'm submitting a ...** [x] bug report [ ] feature request [ ] question about the decisions made in the repository * **Do you...
With CherryPy 18.1.0 on Python 3.6.8 on Cygwin MS Win10, I get Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/cheroot/server.py", line 1252, in communicate req.respond() File "/usr/lib/python3.6/site-packages/cheroot/server.py", line 1056, in respond...
**I'm submitting a ...** - [X] bug report - [ ] feature request - [ ] question about the decisions made in the repository **Describe the bug. What is the...
Calling join on a thread may block the call forever when remaining_time is negative. And this can prevent cheroot from stopping properly. https://github.com/cherrypy/cheroot/blob/cb9d3f46aa755d63e85d539a2efb7d1fa8f53935/cheroot/workers/threadpool.py#L285 One fix would be to change this...