Skip to content

6.1.4

Compare
Choose a tag to compare
@hannesm hannesm released this 11 Jan 09:38
· 147 commits to main since this release

CHANGES:

  • dns-client-{mirage,lwt}: avoid multiple simultaneous connection attempts
    to the same resolver. Now, before a connection is initiated, a Lwt_condition
    is put into the client state which subsequent resolution requests wait for
    (#285 @hannesm, review by @reynir, reported by @kit-ty-kate in
    roburio/http-client-lwt#8)