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

Give all bodies a stream #1177

Merged
merged 2 commits into from
Feb 24, 2021
Merged

Give all bodies a stream #1177

merged 2 commits into from
Feb 24, 2021

Conversation

annevk
Copy link
Member

@annevk annevk commented Feb 19, 2021

This simplifies some wording introduced in #425 and aligns it with the recently introduced cloning for service workers.

Fixes #1176.


Preview | Diff

This simplifies some wording introduced in #425 and aligns it with the recently introduced cloning for service workers.

Fixes #1176.
Copy link
Member

@domenic domenic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure I fully understand this; perhaps @yutakahirano would be a better reviewer?

fetch.bs Outdated
<p class=note>Implementations are encouraged to avoid teeing <var>request</var>'s
<a for=request>body</a>'s <a for=body>stream</a> when <var>request</var>'s
<a for=request>body</a>'s <a for=body>source</a> is null as only a single body is needed in
that case. That is, when <var>request</var>'s <a for=request>body</a>'s <a for=body>source</a>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe s/That is/e.g.,/ as we are getting more such examples, such as 421.

Copy link
Member

@yutakahirano yutakahirano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks.

@annevk annevk merged commit 0f29092 into main Feb 24, 2021
@annevk annevk deleted the annevk/body-streams branch February 24, 2021 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

HTTP-network-or-cache fetch request cloning
3 participants