| 1 | // The implementation of the [HTTP/2 Header Compression][http2-compression] spec is separated from |
| 2 | // the 'integration' part which handles HEADERS and PUSH_PROMISE frames. The compression itself is |
| 3 | // implemented in the first part of the file, and consists of three classes: `HeaderTable`, |
| 4 | // `HeaderSetDecompressor` and `HeaderSetCompressor`. The two latter classes are |
nothing calls this directly
no test coverage detected