-
Notifications
You must be signed in to change notification settings - Fork 351
Disallow streaming upload on HTTP/1.1 connections #1444
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
Conversation
This is to reduce the risk to break existing HTTP/1.1 servers.
Thanks @yutakahirano! Happy to merge this once #1438 concludes. |
@yutakahirano from the discussion in #1438 it appears this is the only remaining change needed to the specification. Do we have test coverage for this feature now that's adequate? It seems that we could even test this particular code path. Mozilla can be considered supportive of this change. Mozilla never had much of an interest to support HTTP/1.1. |
Thank you! I have a chromium-side CL that updates WPT. https://chromium-review.googlesource.com/c/chromium/src/+/3699531 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I decided to merge this to reduce the number of things we have in flight. But to be clear, as noted in #1438 the final design of upload streams isn't settled yet. Thanks @yutakahirano for working on this! |
This is to reduce the risk to break existing HTTP/1.1 servers.
See #966, #1438.
(See WHATWG Working Mode: Changes for more details.)
Preview | Diff