Benoit Chesneau
Benoit Chesneau
@rajivramanathan don't use max-requests? Max requests is there for the worst casse when your application leaks.
@sylt i will revisit this PR for 23.1 this month and come back to you. One thinng I would keep is a separate sleep function. I understand you timeout in...
> I just forked the Repo, and modified this piece of code: > > ``` > BUF_READ_SIZE = os.environ.get("BUF_READ_SIZE", 1024) > while size > self.buf.tell(): > data = self.reader.read(BUF_READ_SIZE) >...
> @benoitc OK, thanks for giving it a look! > > > > Hmm, instead of adding an Arbiter:sleep() method, I added an Arbiter:wakeup() method, so that "fast" wakeups of...
@bclark8923 do you have any application that could help to reproduce the issue?
@bclark8923 if it can be streamed so eventually i could include some part in a test that would help :) Also which version of gunicorn are you using?
if anyone have z code to reproduce it thatt would help :)
@kramer65 yes I reproduced the error. So Gunicorn is a pure WSGI engine and is expecting a WSGI response containing a status: https://github.com/benoitc/gunicorn/blob/master/gunicorn/http/wsgi.py#L242 (related to this code: https://github.com/benoitc/gunicorn/blob/master/gunicorn/workers/async.py#L103-L119) As @tilgovi...
@kramer65 let me know about the status of this ticket for you anyway :)
tomorrow On Fri, 17 Feb 2017 at 16:46, Eddie wrote: > When will the fix for this be released on PyPI? > > — > You are receiving this because...