Skip to content

0.0.4

Compare
Choose a tag to compare
@hannesm hannesm released this 11 Sep 11:50
· 47 commits to main since this release

CHANGES:

  • Add ?tls_config to Http_lwt_client.one_request to enable passing an entire
    TLS configuration
  • Avoid exception in resolve_location
  • Add ?happy_eyeballs to Http_lwt_client.one_request to allow reusing this
    state across requests
  • Initialize Ca_certs.authenticator only once (lazily) to avoid decoding
    trust anchors multiple times
  • Fix Http_lwt_unix.Buffer for resizing on put (to avoid errors with H2)
  • Avoid exceptions from Lwt.wakeup_later by calling it at most once