We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f602e commit e5d0561Copy full SHA for e5d0561
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