White whitespacing

This commit is contained in:
Tom Christie 2019-09-03 15:02:40 +01:00
parent 0a2d58b8f1
commit e5964b31f1

View File

@ -151,7 +151,7 @@ class RedirectMiddleware(BaseMiddleware):
del headers["Host"]
if method != request.method and method == "GET":
#  Strip Content-Length headers when we've switch to a 'GET' request.
# Strip Content-Length headers when we've switch to a 'GET' request.
del headers["Content-Length"]
return headers