Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

State of HTTP/2 push #291

Closed
vbrandl opened this issue Jun 28, 2018 · 8 comments · Fixed by #327
Closed

State of HTTP/2 push #291

vbrandl opened this issue Jun 28, 2018 · 8 comments · Fixed by #327

Comments

@vbrandl
Copy link

vbrandl commented Jun 28, 2018

What is the state of HTTP/2 server push in h2? I couldn't find anything about it in the documentation. Are there any plans to implement it in the future?

@carllerche
Copy link
Collaborator

Push isn’t a priority for me personally. I don’t have any plans to work on it. I would be happy to help guide anyone who wants to try to do the work.

Push is mostly wired through internally. It would mostly be a question of finishing the work, adding the public api, and write docs.

@vbrandl
Copy link
Author

vbrandl commented Jun 28, 2018

How big of an issue do you think this will be? I've written some Rust already, but I've never actively worked on a bigger codebase. Also I'm not familiar with the h2 push spec, but I might be interested in implementing it.

@carllerche
Copy link
Collaborator

I am not sure tbh. I think some of the inner work is done, but I don't recall how much off the top of my head.

It would probably be more than a trivial change.

@carllerche
Copy link
Collaborator

I can try to write up what is left next time I dive into the code base.

@Karrq
Copy link

Karrq commented Oct 4, 2019

Why is this issue closed? Support for PUSH seems very experimental so far...
See #412

@Karrq
Copy link

Karrq commented Jan 24, 2020

What's the status on this? It can't be done? I'd like to know if there's a plan for this to be implemented properly, @seanmonstar

@seanmonstar
Copy link
Member

@Karrq the status is the same. The features worked on in this library depend on the priorities of the contributors offering their work. Would you be able to dedicate time to improving the situation here? From reading the linked issues, there doesn't seem like too much more is needed.

@Karrq
Copy link

Karrq commented Jan 25, 2020

Unfortunately I need the functionality but I don't know how to implement it, otherwise I would have already.
I was wondering for the status because the issue is closed, maybe it can be reopened and tagged with help wanted or something...
Thank you anyways

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants