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

Refactor Settings module to have a better API #113

Merged
merged 3 commits into from Apr 26, 2020

Conversation

anmonteiro
Copy link
Owner

No description provided.

@anmonteiro anmonteiro merged commit 577991e into master Apr 26, 2020
@anmonteiro anmonteiro deleted the anmonteiro/refactor-settings branch April 26, 2020 03:47
anmonteiro added a commit to anmonteiro/opam-repository that referenced this pull request Apr 30, 2020
CHANGES:

- h2-async: add Async adapter
  ([anmonteiro/ocaml-h2#94](anmonteiro/ocaml-h2#94))
- h2-lwt: Close the communication channel after shutting down the client
  ([anmonteiro/ocaml-h2#108](anmonteiro/ocaml-h2#108))
- h2-lwt-unix: fix premature SSL termination in the SSL / TLS runtimes
  ([anmonteiro/ocaml-h2#109](anmonteiro/ocaml-h2#109))
- h2-lwt-unix: TLS runtime: adapt to TLS v0.11.0
  ([anmonteiro/ocaml-h2#109](anmonteiro/ocaml-h2#109))
- h2-lwt-unix: feed EOF to the state machine if the socket has been closed --
  this is especially important on the client because it allows connections to
  terminate cleanly. ([anmonteiro/ocaml-h2#112](anmonteiro/ocaml-h2#112))
- h2: Refactor the `Settings` module API
  ([anmonteiro/ocaml-h2#113](anmonteiro/ocaml-h2#113))
- h2-lwt, h2-lwt-unix: Use [gluten](https://github.com/anmonteiro/gluten) to
  implement the Lwt-based runtimes
  ([anmonteiro/ocaml-h2#114](anmonteiro/ocaml-h2#114))
- h2: set a lower bound on Angstrom 0.14.0
  ([anmonteiro/ocaml-h2#118](anmonteiro/ocaml-h2#118))
- h2: in the client implementation, don't report an error if the server has
  sent an `RST_STREAM` frame after sending a complete response
  ([anmonteiro/ocaml-h2#119](anmonteiro/ocaml-h2#119)).
- h2-mirage: Use [gluten](https://github.com/anmonteiro/gluten) to implement
  h2-mirage ([anmonteiro/ocaml-h2#120](anmonteiro/ocaml-h2#120))
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.

None yet

1 participant