Skip to content
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

Fix #206 (Implement SRV lookup) #385

Merged
merged 36 commits into from
Apr 13, 2020
Merged

Fix #206 (Implement SRV lookup) #385

merged 36 commits into from
Apr 13, 2020

Conversation

tmolitor-stud-tu
Copy link
Member

This fixes #206 and additionally fixes some bugs in the old SRV implementation (no retry with records having lower priority and not using the port value of the SRV record).

@Echolon Echolon changed the title Fix #206 Fix #206 (Old SRV records) Mar 29, 2020
@Echolon Echolon added the 🚫 Bug / Stability Releated directly to bugs or instability issues label Mar 29, 2020
@Echolon Echolon changed the title Fix #206 (Old SRV records) Fix #206 (Implement SRV lookup) Mar 29, 2020
@anurodhp
Copy link
Contributor

anurodhp commented Apr 1, 2020

It may be beneficial to put your changes in different branches. There is a lot that i can merge here but the possible private api use means the app cant but put in the app store.

@tmolitor-stud-tu
Copy link
Member Author

no need to break out the changes, I'll just fix the api usage :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚫 Bug / Stability Releated directly to bugs or instability issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement SRV lookup and use correct ALPN value in TLS
5 participants