Releases: robur-coop/http-lwt-client
Releases · robur-coop/http-lwt-client
0.0.8
CHANGES:
- use Status.is_redirection instead of a match on the polymorphic variant, to
support unknown 3xx codes (such as 308) (#11 @hannesm) - add some yield in the main loop to allow concurrency with other fibers (issue
#12 by @kit-ty-kate, fixed in #13 by @dinosaure) - hurl: add a no-follow flag (@hannesm)
0.0.7
0.0.6
0.0.5
0.0.4
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