dgrr / http2

HTTP/2 implementation for fasthttp
Apache License 2.0
208 stars 35 forks source link

There's no way to upgrade WebSocket over HTTP/2 (on my implementation, of course) #22

Open dgrr opened 3 years ago

dgrr commented 2 years ago

Looks like there is because clients use http/1.1, but maybe it should be able to upgrade over HTTP/2, for that, the http2 lib should be able to access the Hijack handler.