mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
s/explicityly/explicitly/
This commit is contained in:
+1
-1
@@ -93,7 +93,7 @@ empties the input request stream.
|
||||
- gunicorn seems to support input_terminated but does not add the environ,
|
||||
so we add it here.
|
||||
- flask will hang and does not seem to properly terminate the request, so
|
||||
we explicityly deny chunked requests.
|
||||
we explicitly deny chunked requests.
|
||||
"""
|
||||
@app.before_request
|
||||
def before_request():
|
||||
|
||||
Reference in New Issue
Block a user