aboutsummaryrefslogtreecommitdiff
path: root/src/http/v3/ngx_http_v3_encode.c
Commit message (Collapse)AuthorAge
* Merged with the default branch.Ruslan Ermilov2021-12-24
|
* HTTP/3: implemented QPACK Huffman encoding for response fields.Sergey Kandaurov2021-09-13
|
* HTTP/3: quic-qpack term updates.Sergey Kandaurov2021-07-01
| | | | | | | | Renamed header -> field per quic-qpack naming convention, in particular: - Header Field -> Field Line - Header Block -> (Encoded) Field Section - Without Name Reference -> With Literal Name - Header Acknowledgement -> Section Acknowledgment
* HTTP/3: do not set the never-indexed literal bit by default.Roman Arutyunyan2020-08-31
| | | | | The "Literal Header Field Never Indexed" header field representation is not used in HTTP/2, and it makes little sense to make a distinction in HTTP/3.
* HTTP/3: renamed ngx_http_v3.c to ngx_http_v3_encode.c.Roman Arutyunyan2020-07-13
The file contains only encoding functions.