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
Currently, this is the diff between dns-client.lwt and dns-client.unix. I know that we missed something like tls.unix/tls-unix but I did one, do you think that it's interesting or should I do something on my on way?
The text was updated successfully, but these errors were encountered:
I guess it boils down to effort in maintenance. in some projects, I avoid lwt, so in general I'm fine to have a tls.unix implementations. This could be easily merged and released -- and once effects are out, we may be able to remove all unix/lwt/async/mirage and be fine with only a single effectful layer :)
hannesm
changed the title
dns-client.unix should integrate a wayt to communicate to a DNS server via tlsdns-client.unix should integrate a way to communicate to a DNS server via tlsApr 7, 2022
Currently, this is the diff between
dns-client.lwt
anddns-client.unix
. I know that we missed something liketls.unix
/tls-unix
but I did one, do you think that it's interesting or should I do something on my on way?The text was updated successfully, but these errors were encountered: