cherrypy icon indicating copy to clipboard operation
cherrypy copied to clipboard

CherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev

Results 163 cherrypy issues
Sort by recently updated
recently updated
newest added

It seems like the file upload process reads a file line by line using `readline()`, which buffered all the bytes in between each `\n` character into memory before writing to...

On the system, where a Python process starts cherrypy engine with multiple servers, a mismatch of ssl key and cert have been detected. This causes engine shutting down during the...

**Problem Description** The `acquire_lock()` method in FileStorage calls `time.sleep(0.1)` (100ms) when a session is already locked. This hardcoded sleep period creates significant performance bottlenecks when handling multiple concurrent AJAX requests....