Skip to content

Commit

Permalink
Merge pull request postmanlabs#414 from graingert/patch-1
Browse files Browse the repository at this point in the history
s/explicityly/explicitly/
  • Loading branch information
kennethreitz authored Dec 18, 2017
2 parents f6c98bd + bb95fe6 commit bec4514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpbin/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def jsonify(*args, **kwargs):
- 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():
Expand Down

0 comments on commit bec4514

Please sign in to comment.