Skip to content

Releases: robur-coop/http-lwt-client

0.3.1

05 Nov 11:28
Compare
Choose a tag to compare

CHANGES:

  • Body of a redirect is skipped ([f] is not called with the body) (#26 @hannesm)
  • hurl: --output must be a non-existing file (#26 @hannesm)

0.3.0

28 Aug 17:14
Compare
Choose a tag to compare

CHANGES:

0.2.6

06 Jan 11:01
Compare
Choose a tag to compare

CHANGES:

  • Call shutdown in h2 to properly close http2 connections. This fixes a file
    descriptor leak reported in #22 (#23, @reynir @hannesm)

0.2.5

05 Jul 14:35
Compare
Choose a tag to compare

CHANGES:

  • Order http2 headers appropriately to avoid malformed requests (#20, @hannesm)

0.2.4

03 Jul 17:57
Compare
Choose a tag to compare

CHANGES:

0.2.3

20 Mar 12:52
Compare
Choose a tag to compare

CHANGES:

0.2.2

17 Feb 10:58
15e0de3
Compare
Choose a tag to compare

CHANGES:

  • Update to tls 0.16.0 package split: tls.lwt is now tls-lwt (#17 by @hannesm)

0.2.1

02 Feb 07:18
Compare
Choose a tag to compare

CHANGES:

  • Fix ownership of buffers given by the HTTP scheduler (#16 by @dinosaure)

0.2.0

03 Nov 11:03
Compare
Choose a tag to compare

CHANGES:

0.1.0

25 Oct 19:34
Compare
Choose a tag to compare

CHANGES:

  • Add function "request", remove "one_request". The response body is a stream
    now to support responses where the body exceeds the memory (or maximum string
    length) (#14 @kit-ty-kate)
  • BUGFIX hurl had "input" and "output" switched (#14 @hannesm)