-
-
Notifications
You must be signed in to change notification settings - Fork 230
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
Implement HTTP/2 CONNECT #248
Comments
HTTP/2 timeouts are now properly propagated. |
Events are now for the most part triggered. |
I've reworked cookie handling for tunnels. The |
I've added flow control as a point to be tested and fixed. It also concerns Websocket over HTTP/2. |
Added "There seems to be no support for automatic transport detection based on the port number (like gun:open)." |
The branch
http2-connect
has been merged. Some points remain for improved support though.gun
module.reply_to
pid for tunneled streams, it will returnundefined
. Theswitch_protocol
command should be changed to add thereply_to
value.The code could also really use a good cleanup and todos to be solved.
The text was updated successfully, but these errors were encountered: