summaryrefslogtreecommitdiffhomepage
path: root/src/http/v3/ngx_http_v3_encode.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-12-24Merged with the default branch.Ruslan Ermilov1-4/+4
2021-09-13HTTP/3: implemented QPACK Huffman encoding for response fields.Sergey Kandaurov1-5/+82
2021-07-01HTTP/3: quic-qpack term updates.Sergey Kandaurov1-11/+11
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
2020-08-31HTTP/3: do not set the never-indexed literal bit by default.Roman Arutyunyan1-3/+3
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.
2020-07-13HTTP/3: renamed ngx_http_v3.c to ngx_http_v3_encode.c.Roman Arutyunyan1-0/+227
The file contains only encoding functions.