Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Moved Huffman coding out of HTTP/2. | Ruslan Ermilov | 2021-12-21 |
| | | | | | ngx_http_v2_huff_decode.c and ngx_http_v2_huff_encode.c are renamed to ngx_http_huff_decode.c and ngx_http_huff_encode.c. | ||
* | The HTTP/2 implementation (RFC 7240, 7241). | Valentin Bartenev | 2015-09-11 |
The SPDY support is removed, as it's incompatible with the new module. |