Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove location URL as field on responses #1149

Merged
merged 1 commit into from
Feb 2, 2021
Merged

Commits on Feb 1, 2021

  1. Remove location URL as field on responses

    It does not need to be stored on a response and therefore resulted in confusion.
    
    Also clarify that synthetic responses need to have an absolute URL in the Location header field value (Response.redirect() does this automatically).
    
    Corresponding HTML PR: TODO.
    
    Tests: TODO.
    
    Closes #631, closes #633, closes #958, and closes #1146. (Some of these can be closed due to #1030 making response's URL no longer null for network responses.)
    annevk committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    e63e41a View commit details
    Browse the repository at this point in the history