-
-
Notifications
You must be signed in to change notification settings - Fork 326
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
move from hyper-proxy2
to hyper-http-proxy
#1502
Conversation
Sorry about the spam @clux - first time adding an annoying dependency like this to a library ;P |
np, appreciate the quick fixes here! |
@clux would appreciate your help figuring out how to solve it - the hyper-proxy crate doesn't support having both rustls/openssl features used together. How should I solve it? |
This comment was marked as resolved.
This comment was marked as resolved.
..actually, no that breaks all features builds. maybe we just support rustls for https proxy until hyper-proxy2 can support having both enabled? |
Fine by me. I thought to do it as a cheap shot then I thought using the sub-feature thingy is easy, (it could've been..) |
0b5bbc3
to
474eaed
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1502 +/- ##
=====================================
Coverage 74.9% 74.9%
=====================================
Files 78 78
Lines 6864 6864
=====================================
Hits 5136 5136
Misses 1728 1728
|
possibly a legit concern from i don't think the duplicate versions are super problematic atm, because we are not using the same ssl parameters for the proxy connector (so mismatching struct errors shouldn't happen). at the very least a note in |
474eaed
to
89045c0
Compare
I forked the repo and updated, sent a PR upstream and changed kube rs to use our fork for the moment. |
Sounds good! It might also be worth adding the |
Not sure about the new failures? |
The errors:
hints at |
babaac3
to
e04debd
Compare
Okay I took ownership of that fork and did some refactoring there to be more friendly to kube-rs. |
change from hyper-proxy2 to new fork - hyper-http-proxy Signed-off-by: Aviram Hassan <[email protected]>
e04debd
to
304fab6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your new upstream looks great to me. Thanks for doing this.
hyper-proxy2
to hyper-http-proxy
No description provided.