Michael Boesl
Michael Boesl
I guess i have the same problem. I opened up this discussion https://github.com/openvinotoolkit/anomalib/discussions/115 as i was not aware of this issue
> I was able to get this working by applying a suggestion from [benoitc/gunicorn#1733 (comment)](https://github.com/benoitc/gunicorn/issues/1733#issuecomment-377000612) > > ```python > @app.before_request > def fix_transfer_encoding(): > """ > Sets the "wsgi.input_terminated" environment...
Hey @alexellis , thanks for reaching out! I came here from using the DockerHub Image: `tiangolo/uwsgi-nginx-flask`. I had the exact same problem there and struggled a lot to find a...