We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b1bcc2 commit 9ad22d5Copy full SHA for 9ad22d5
atests/http_server/core.py
@@ -179,8 +179,8 @@ def redirect_to():
179
args_dict = request.args.items()
180
args = CaseInsensitiveDict(args_dict)
181
182
- # We need to build the response manually and convert to UTF-8 to prevent
183
- # werkzeug from "fixing" the URL. This endpoint should set the Location
+ # We need to build the response manually.
+ # This endpoint should set the Location
184
# header to the exact string supplied.
185
response = app.make_response("")
186
response.status_code = 302
0 commit comments