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

HTTP2 push support #177

Closed
cogman opened this issue Feb 6, 2017 · 1 comment
Closed

HTTP2 push support #177

cogman opened this issue Feb 6, 2017 · 1 comment
Labels
duplicate This issue or pull request already exists request Request for new functionality

Comments

@cogman
Copy link

cogman commented Feb 6, 2017

Some reading
https://blogs.oracle.com/theaquarium/entry/http_2_and_server_push

Server push is great for applications which know 1 request generally follows another. For example, a request for /index.html will almost always be followed by a request for /bundle.js and /bundle.css . It allows the server and the client to sidestep the roundtrip requirement.

It can also come in handy for things like replacing polling with pushing.

@SergioBenitez
Copy link
Member

This should we possible once we stabilize the underlying HTTP library. Let's track this issue, along with other HTTP/2 related issue, in #17.

@SergioBenitez SergioBenitez added duplicate This issue or pull request already exists request Request for new functionality labels Feb 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists request Request for new functionality
Projects
None yet
Development

No branches or pull requests

2 participants