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

esm: treat 307 and 308 as redirects in HTTPS imports #43689

Merged
merged 4 commits into from
Jul 9, 2022
Merged

esm: treat 307 and 308 as redirects in HTTPS imports #43689

merged 4 commits into from
Jul 9, 2022

Commits on Jul 5, 2022

  1. esm: treat 307 and 308 as redirects in HTTPS imports

    Per RFC 7231 and 7238, HTTP `307` and `308` status code are also for
    redirect responses.
    
    Fixes: #43679
    Refs: https://datatracker.ietf.org/doc/html/rfc7231#section-6.4.7
    Refs: https://datatracker.ietf.org/doc/html/rfc7238
    kidonng authored Jul 5, 2022
    Configuration menu
    Copy the full SHA
    52aaed3 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    54ee622 View commit details
    Browse the repository at this point in the history
  2. Apply review suggestions

    kidonng authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    542b5cf View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Use a switch

    kidonng authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    9ba00b1 View commit details
    Browse the repository at this point in the history