Rocket icon indicating copy to clipboard operation
Rocket copied to clipboard

Rocket is a Pure-Python multi-threaded server.

Results 5 Rocket issues
Sort by recently updated
recently updated
newest added

Hi! Commit 53313677768159d13e6c2b7c69ad69ca59bb8c79 broke the installation of as package `rocket.methods` (including needed module `rocket.methods.wsgi`) is no longer installed. No folder `methods` around: ```console # ls -1 ./py2/lib/python2.7/site-packages/rocket/ connection.py connection.pyc filelike.py...

This is an attempt to address at least some of the symptoms described in issue #7 . setup.py wasn't properly copying over the `methods` directory -- which was probably affecting...

``` Traceback (most recent call last): File "/opt/ev/api/rocket_app.py", line 5, in server = Rocket(('0.0.0.0', 6555), 'wsgi', {"wsgi_app": main_app()}, min_threads=4, max_threads=0) File "/opt/ev/venv/local/lib/python2.7/site-packages/rocket/main.py", line 74, in __init__ self._threadpool = ThreadPool(get_method(method), File...

I am getting a Bad Request error response with an empty query string like https://foo.bar/? It doesn't show up on other servers so it appears to be Rocket's issue and...

web2py users have reported corrupt downloads using Rocket. It seems that only IE8 (and lower versions) are affected. I can reproduce this with web2py but I cannot reproduce it with...