fix(config): Enable http-chunked-input for UWSGI (#376)
Fixes getsentry/sentry#16596
This commit is contained in:
parent
37d6166032
commit
fd9bd107df
@ -158,6 +158,7 @@ SENTRY_WEB_OPTIONS = {
|
|||||||
# This is needed to prevent https://git.io/fj7Lw
|
# This is needed to prevent https://git.io/fj7Lw
|
||||||
"uwsgi-socket": None,
|
"uwsgi-socket": None,
|
||||||
"http-keepalive": True,
|
"http-keepalive": True,
|
||||||
|
"http-chunked-input": True,
|
||||||
"memory-report": False,
|
"memory-report": False,
|
||||||
# 'workers': 3, # the number of web workers
|
# 'workers': 3, # the number of web workers
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user