[new release] cohttp, cohttp-lwt-unix, cohttp-async, cohttp-mirage, cohttp-lwt-jsoo, cohttp-lwt and cohttp-top (1.2.0)#12833
Conversation
|
Some of the tests fail: |
|
That should not be a failure. The error is printed due to the active debug output but the body and status are correctly and in fact |
|
Oh, no, the failure is above: |
|
I need to try and reproduce it locally. On our Travis and my desktop it is passing those tests, but it looks like it has something to do with the version in the user-agent |
☀️ All lint checks passed 6dd63ed
☀️ Installability check (9825 → 9832)
|
…ohttp-lwt-jsoo, cohttp-lwt and cohttp-top (1.2.0) CHANGES: * Support more than a single chunk extension for RFC7320 compliance (mirage/ocaml-cohttp#618 by @djs55) * Lwt-unix: add a `?backlog` argument to the serve function (@samoht) * Use the uri.2.0.0 interfaces for sexpression generation of types (@avsm) * Switch to `sexplib0` for a more lightweight s-expression library (@mseri) * Minimum OCaml compiler version requirement is now 4.04.1 (@mseri) * Add an example of using custom resolvers to the README (@mseri)
63bb4c3 to
8d73e43
Compare
|
There was a partially incorrect test, it should have already failed in the last two releases, weird. It should be fixed now |
|
Those tests are fixed. Cohttp-async is failing on osx, the library did not really change, only some dependencies bounds did, I will see if I can do something about it, it may have to do with the sandbox |
|
The osx failure is due to the restrictions of the sandbox on osx. I don’t see an easy fix, I could disable the tests on osx, or we can simply ignore it for the moment |
|
looks ok now. Thanks! |
|
Thanks! |
An OCaml library for HTTP clients and servers
CHANGES:
?backlogargument to the serve function (@samoht)sexplib0for a more lightweight s-expression library (@mseri)