Opening this issue to point to https://github.com/marten-seemann/qpack. I won't have the time to work on QPACK, but this should be a good first issue for people who would like to contribute.
The current QPACK implementation is as primitive as it could be: It doesn't use the dynamic table. Furthermore, it doesn't even use the static table (for encoding headers). It literally just uses string literals, so it doesn't provide much of a compression at all.
Opening this issue to point to https://github.com/marten-seemann/qpack. I won't have the time to work on QPACK, but this should be a good first issue for people who would like to contribute.
The current QPACK implementation is as primitive as it could be: It doesn't use the dynamic table. Furthermore, it doesn't even use the static table (for encoding headers). It literally just uses string literals, so it doesn't provide much of a compression at all.