You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm running h2spec against a server implementation I have that is using this library. One of the tests in there (HPACK/5.2 - 3: Sends a Huffman-encoded string literal representation containing the EOS symbol) sends a header_block that causes an error to be raised rather than the library returning an :error tuple.
Hi,
I'm running h2spec against a server implementation I have that is using this library. One of the tests in there (HPACK/5.2 - 3: Sends a Huffman-encoded string literal representation containing the EOS symbol) sends a header_block that causes an error to be raised rather than the library returning an
:error
tuple.The following code execution will reproduce it
above is Elixir syntax. I can translate it to erlang if need be but I though would start copying verbatim so no mistakes.
The text was updated successfully, but these errors were encountered: