Skip to content

Commit

Permalink
README: strengthen interoperability claim (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann authored Apr 2, 2024
1 parent 40da9f1 commit c52f37e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

This is a minimal QPACK ([RFC 9204](https://datatracker.ietf.org/doc/html/rfc9204)) implementation in Go. It is minimal in the sense that it doesn't use the dynamic table at all, but just the static table and (Huffman encoded) string literals. Wherever possible, it reuses code from the [HPACK implementation in the Go standard library](https://github.com/golang/net/tree/master/http2/hpack).

It should be able to interoperate with other QPACK implemetations (both encoders and decoders), however it won't achieve a high compression efficiency.
It is interoperable with other QPACK implemetations (both encoders and decoders), however it won't achieve a high compression efficiency.

## Running the interop tests
## Running the Interop Tests

Install the [QPACK interop files](https://github.com/qpackers/qifs/) by running
```bash
Expand Down

0 comments on commit c52f37e

Please sign in to comment.