Skip to content

Commit fd9bd10

Browse files
authored
fix(config): Enable http-chunked-input for UWSGI (#376)
Fixes getsentry/sentry#16596
1 parent 37d6166 commit fd9bd10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sentry/sentry.conf.example.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@
158158
# This is needed to prevent https://git.io/fj7Lw
159159
"uwsgi-socket": None,
160160
"http-keepalive": True,
161+
"http-chunked-input": True,
161162
"memory-report": False,
162163
# 'workers': 3, # the number of web workers
163164
}

0 commit comments

Comments
 (0)