Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] httpun (7 packages) (0.2.0) #26486

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

anmonteiro
Copy link
Contributor

A high-performance, memory-efficient, and scalable HTTP library for OCaml

CHANGES:
  • client: report exceptions before closing the response body
    (anmonteiro/httpun#135)
  • server: process requests after EOF
    (anmonteiro/httpun#136)
  • surface (body) write errors through flush
    (anmonteiro/httpun#138)
    • Body.Writer.flush now takes a callback of the type
      ([ `Written | ` Closed] -> unit), informing the caller whether the
      previous writes have been written or whether the output channel was
      closed.

CHANGES:

- client: report exceptions before closing the response body
  ([anmonteiro/httpun#135](anmonteiro/httpun#135))
- server: process requests after EOF
  ([anmonteiro/httpun#136](anmonteiro/httpun#136))
- surface (body) write errors through `flush`
  ([anmonteiro/httpun#138](anmonteiro/httpun#138))
    - `Body.Writer.flush` now takes a callback of the type
       ``([ `Written | ` Closed] -> unit)``, informing the caller whether the
       previous writes have been written or whether the output channel was
       closed.
@anmonteiro
Copy link
Contributor Author

failures look unrelated

@avsm avsm merged commit 71e4d6b into ocaml:master Sep 5, 2024
2 of 3 checks passed
@avsm
Copy link
Member

avsm commented Sep 5, 2024

Thanks! You may want to announce this on https://discuss.ocaml.org, where we have a Community category and an announce tag for this purpose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants