WebRequestProxyingURLLoader: Close the current loader before internal redirect.
Please see the explanation here: https://bugs.chromium.org/p/chromium/issues/detail?id=882661#c72 Generating a fake internal redirect causes conflicts with what the current URLLoader is doing. The latter doesn't know anything about the redirect. To work properly, the current URLLoader must be destroyed first. The current code automatically handles creating a new URLLoader after FollowRedirect(). Bug: 882661 Change-Id: Ib17dc2f29a2c63da735794b4792ef7805e7dbc58 Reviewed-on: https://chromium-review.googlesource.com/c/1326481 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:Ken Rockot <rockot@google.com> Reviewed-by:
Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#606792}
Showing
Please register or sign in to comment