icicleio / http

HTTP component for Icicle
MIT License
61 stars 5 forks source link

HTTP 2 support #23

Open lukaszwit opened 7 years ago

lukaszwit commented 7 years ago

Hi, I would like to ask if there are any plans for supporting HTTP2 for server side? Are there any technical challenges that makes this impossible?

sagebind commented 7 years ago

This project is not currently under active development, so support for HTTP 2 is unlikely. Most of the developers who worked on this project are working on components for https://github.com/amphp, which a couple of components I believe have some preliminary HTTP 2 support.

yched commented 7 years ago

Oh ? If Icicle is being abandoned in favor of amphp, it might be a good thing to make that clear on the project and subproject pages ?

sagebind commented 7 years ago

I can't say anything official or set in stone, since I'm not the primary owner of the project.

lukaszwit commented 7 years ago

Thank you @sagebind for info and I agree with @yched . My last days efforts to use this lib just went to the void ;)

EDIT:

amphp/aerys is a non-blocking HTTP/1.1 and HTTP/2 application, websocket and static file server written in PHP based on the amp concurrency framework.

so there I can find any HTTP2 support :) Thanks! Shame that is only php7 project but still great

EDIT2: I think we can close this issue.