-
Notifications
You must be signed in to change notification settings - Fork 62
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
support connection options map in endpoint tuple #101
Conversation
The change looks good, its an easy change to take this into use. I agree that the current multi-tuple is not the clearest. |
@psalin ok great. I'm struggling to figure out how to fix the SSL setup for 24 and 25 (let alone 26). Once I figure that out I'll be able to merge this. |
On 25 I get "Handshake Failure\n unacceptable_rsa_key" in the ssl tests. |
3f512ad
to
6933659
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #101 +/- ##
==========================================
- Coverage 39.51% 39.47% -0.05%
==========================================
Files 28 28
Lines 2118 2118
==========================================
- Hits 837 836 -1
- Misses 1281 1282 +1
☔ View full report in Codecov by Sentry. |
1bd761e
to
1b21c35
Compare
625d6be
to
514fab8
Compare
@psalin this basically replaces #88 and will require changes for you in your usage if it goes in, so hoping you can review and give you thoughts.
I kinda want to rethink the whole 4 or 5-tuple thing... seems tedious instead of just a url and a map of options.