Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

[incremental-delivery]: Remove the content-length requirement #728

Merged
merged 7 commits into from
Dec 2, 2020
Merged

[incremental-delivery]: Remove the content-length requirement #728

merged 7 commits into from
Dec 2, 2020

Conversation

maraisr
Copy link

@maraisr maraisr commented Nov 24, 2020

This removes the need for Content-Length, and handles the boundaries such that the next boundary is flushed as soon as possible.

References:

cc @robrichard

@acao
Copy link
Member

acao commented Dec 2, 2020

@maraisr if you could fix the prettier issue, then we can merge!

@maraisr
Copy link
Author

maraisr commented Dec 2, 2020

This has been fixed @acao

@acao
Copy link
Member

acao commented Dec 2, 2020

image

awesome thank you! last thing seems to be this failing unit test, in node 10 only? possibly an encoding issue?

@robrichard
Copy link
Collaborator

@acao I think this is a flaky test in the base branch. If it's ok I can merge this and fix it there?

@acao
Copy link
Member

acao commented Dec 2, 2020

for sure!

@acao acao changed the title [incremental-delivery]: Removes the content-length requirement [incremental-delivery]: Remove the content-length requirement Dec 2, 2020
@acao acao merged commit c396288 into graphql:defer-stream Dec 2, 2020
robrichard pushed a commit that referenced this pull request Dec 3, 2020
This removes the need for `Content-Length`, and handles the boundaries such that the next boundary is flushed as soon as possible.

References:
- graphql/graphql-over-http#152
- fmg relay-tools/fetch-multipart-graphql#22
- [meros](https://github.com/maraisr/meros)
robrichard pushed a commit that referenced this pull request Feb 9, 2021
This removes the need for `Content-Length`, and handles the boundaries such that the next boundary is flushed as soon as possible.

References:
- graphql/graphql-over-http#152
- fmg relay-tools/fetch-multipart-graphql#22
- [meros](https://github.com/maraisr/meros)
@maraisr maraisr deleted the defer-stream branch March 24, 2021 11:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants