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

fix(hpack): huffman coding for codes > 24 bit #229

Merged
merged 3 commits into from
Oct 31, 2023

Conversation

anmonteiro
Copy link
Owner

@anmonteiro anmonteiro merged commit 1c68aad into master Oct 31, 2023
3 checks passed
@anmonteiro anmonteiro deleted the anmonteiro/fix-huffman-greater-than-24 branch October 31, 2023 04:02
anmonteiro added a commit to anmonteiro/opam-repository that referenced this pull request Jun 23, 2024
CHANGES:

- hpack: fix huffman encoding for codes > 24bit
  ([anmonteiro/ocaml-h2#229](anmonteiro/ocaml-h2#229))
- h2-eio: don't require `Eio_unix.stream_socket_ty`, allowing the use of mock
  sockets ([anmonteiro/ocaml-h2#236](https://github.com/anmonteiro/gluten/pull/236))
- h2: drop the dependency on `httpaf`, use
  [`httpun-types`](https://ocaml.org/p/httpun-types/latest) instead
([anmonteiro/ocaml-h2#243](anmonteiro/ocaml-h2#243))
- hpack: use `String.unsafe_get` when the string length is known
  ([anmonteiro/ocaml-h2#244](anmonteiro/ocaml-h2#244))
avsm pushed a commit to avsm/opam-repository that referenced this pull request Sep 5, 2024
CHANGES:

- hpack: fix huffman encoding for codes > 24bit
  ([anmonteiro/ocaml-h2#229](anmonteiro/ocaml-h2#229))
- h2-eio: don't require `Eio_unix.stream_socket_ty`, allowing the use of mock
  sockets ([anmonteiro/ocaml-h2#236](https://github.com/anmonteiro/gluten/pull/236))
- h2: drop the dependency on `httpaf`, use
  [`httpun-types`](https://ocaml.org/p/httpun-types/latest) instead
([anmonteiro/ocaml-h2#243](anmonteiro/ocaml-h2#243))
- hpack: use `String.unsafe_get` when the string length is known
  ([anmonteiro/ocaml-h2#244](anmonteiro/ocaml-h2#244))
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.

1 participant