[Triage] [uwsgi] InvalidUWSGIHeader: incomplete header when using gevent or gthread workers #3539
Jean-Daniel
started this conversation in
Issue Triage
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Type
Bug Report
Description
When deploying a Django app in production with nginx and uwsgi_pass, I got a lot of errors from gunicorn like this one:
When switching to
syncworker mode, there is no error, but this is not an acceptable workaround for a production server.It may be related to #3207 but this is not the exact same issue, as it does not involve timeout and is when using uwsgi.
Steps to Reproduce (for bugs)
Create a simple app
Deploy behind nginx with mod_uwsgi
Run using gunicorn gevent worker
Make some requests to nginx.
Configuration
Logs / Error Output
No response
Gunicorn Version
gunicorn 25.1.0
Python Version
Python 3.14
Worker Class
gevent
Operating System
python:3.14-slim docker image
Additional Context
No response
Checklist
Beta Was this translation helpful? Give feedback.
All reactions