Dmitri Tikhonov

Results 9 issues of Dmitri Tikhonov

This is no longer necessary now that SSL_CTX can be provided by the client via a callback. See PR #186 for more information.

post-gQUIC

Instead of documenting build information in README.md and BUILD-WINDOWS.md, we should create a new .rst document so that it can be hosted along with the other docs on https://lsquic.readthedocs.io The...

help wanted
good first issue

When a payload _STREAM_ frame for pushed stream comes before the push promise, at least two problems occur. The _STREAM_ frame causes the `on_new_stream()` callback to be called. If the...

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;...

The draft should use the QPACK terminology.

editorial
current-version

This is a bare-bones implementation for illustration purposes ( see #12213 ). closes #12213