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

Fix HTML streaming #473

Closed
gbj opened this issue Feb 4, 2023 · 1 comment
Closed

Fix HTML streaming #473

gbj opened this issue Feb 4, 2023 · 1 comment
Labels
bug Something isn't working SSR

Comments

@gbj
Copy link
Collaborator

gbj commented Feb 4, 2023

This usually goes unnoticed, as

  1. HTTP2 streaming usually requires HTTPS, which typically isn't enabled on localhost, and
  2. the API requests in our examples are quite fast

But at some point I seem to have broken the out-of-order streaming, such that everything resolves at once.

@gbj gbj added bug Something isn't working SSR labels Feb 4, 2023
@gbj
Copy link
Collaborator Author

gbj commented Feb 5, 2023

Closed by #475.

@gbj gbj closed this as completed Feb 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working SSR
Projects
None yet
Development

No branches or pull requests

1 participant