You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactored and consolidated existing socket path handling to prepare for the new schemes
Motivation:
Before I start adding support for new URL schemes, I consolidated the existing use of unix sockets and https TLS handling.
Modifications:
Consolidate socket path and uri handling to one place, added an associated type to the unixSocket case, and added a computed requiresTLS property to the Key Scheme.
Result:
Much cleaner code that is now ready for some new schemes!
0 commit comments