cheroot icon indicating copy to clipboard operation
cheroot copied to clipboard

Cheroot is the high-performance, pure-Python HTTP server used by CherryPy. Docs -->

Results 104 cheroot issues
Sort by recently updated
recently updated
newest added

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...

bug

❓ **I'm submitting a ...** - [ ] 🐞 bug report - [X] 🐣 feature request - [ ] ❓ question about the decisions made in the repository 🐞 **Is...

enhancement
hacktoberfest-accepted
help wanted
good first issue

enhancement
hacktoberfest-accepted
help wanted

**I'm submitting a ...** - [ ] bug report - [x] feature request - [ ] question about the decisions made in the repository **Do you want to request a...

enhancement
hacktoberfest-accepted
help wanted
good first issue

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]...

bug
reproducer: missing
help wanted

❓ **I'm submitting a ...** - [ ] 🐞 bug report - [X] 🐣 feature request - [ ] ❓ question about the decisions made in the repository 🐞 **Is...

enhancement
help wanted

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...

bug
hacktoberfest-accepted
reproducer: present
help wanted
good first issue

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...

bug
help wanted

**I'm submitting a ...** - [X] bug report - [ ] feature request - [ ] question about the decisions made in the repository **Describe the bug. What is the...

bug
hacktoberfest-accepted
reproducer: present
help wanted

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...

bug
reproducer: present
help wanted