From bb95fe610a5e4fd6f2e97f580c01ff02935ac129 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Mon, 18 Dec 2017 16:13:05 +0000 Subject: [PATCH] s/explicityly/explicitly/ --- httpbin/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpbin/core.py b/httpbin/core.py index 36a205d4..fa329612 100644 --- a/httpbin/core.py +++ b/httpbin/core.py @@ -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():