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

Define Content-Length parser #1183

Merged
merged 2 commits into from
Mar 3, 2021
Merged

Define Content-Length parser #1183

merged 2 commits into from
Mar 3, 2021

Commits on Mar 1, 2021

  1. Define Content-Length parser

    As the body concept is refactored for #604, XMLHttpRequest will need to use this algorithm for its events. We also want to require browsers to use this algorithm instead of the one defined by HTTP as part of #1156.
    
    Tests: web-platform-tests/wpt#10548 & web-platform-tests/wpt#27837.
    annevk committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    4525c22 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Update fetch.bs

    annevk committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    78d9116 View commit details
    Browse the repository at this point in the history