ls-qpack icon indicating copy to clipboard operation
ls-qpack copied to clipboard

QPACK compression library for use with HTTP/3

Results 4 ls-qpack issues
Sort by recently updated
recently updated
newest added

In the function `header_out_write_value()`, the counter `qpd_bytes_out` is updated after `dhi_process_header()` is called, [instead of before](https://github.com/litespeedtech/ls-qpack/blob/705020b64181e0f38f871af0bfa2d221726c1156/lsqpack.c#L3265L3267): ```c r = dec->qpd_dh_if->dhi_process_header(read_ctx->hbrc_hblock, xhdr); if (r == 0) dec->qpd_bytes_out += xhdr->name_len + xhdr->val_len;...

https://github.com/litespeedtech/ls-qpack/issues/54

With the latest release, most build warnings went away, except for the following: https://github.com/nibanks/msh3/actions/runs/3868034900/jobs/6593213121#step:7:118 ``` D:\a\msh3\msh3\ls-qpack\deps\xxhash\xxhash.c(461): warning C5045: Compiler will insert Spectre mitigation for memory load if /Qspectre switch specified...