-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
[Breaking changes] Update hyper from 0.14 to 1.0 #23
Comments
However, in We also should use |
Wait for upgrades of the |
Hi Paulo, Yes, I agree with you. It makes sense. |
I am preparing to release I will, of course, support again |
Currently we have a problem on websocket connection: it always says:
to poll the This might relate to hyperium/hyper#1752. However, our code uses The problem happens here: rust-rpxy/rpxy-lib/src/message_handler/handler_main.rs Lines 226 to 232 in 7e37b81
|
I believe that, for most of the users, it doesn't matter so much the internal implementations. What I'm trying to say is that, if you believe that using only |
Hi Paulo, Yes I totally agree with you. Also I am not sure that how many users needs TLS connection to backend applications (I don't use it lol) However, from dev side, I think we should make |
That's a bug which was just fixed :-) hyperium/hyper-util@1427d1b |
Good news! |
|
Should we release 0.7.0 without waiting for releases of new |
For our usage scenario, we can wait. |
Recently I've checked the code of So I think I should release |
I can't wait for the results! |
rust-rpxy
currently depends onhyper
of version0.14.x
.hyper
project is planning to release version1.0.x
shortly and already released1.0.0-rc.x
.The version up involves a lot of breaking changes, so we need to rethink the architecture of
rpxy
to support the brand new version ofhyper
.The text was updated successfully, but these errors were encountered: