Zhang Jingqiang

Results 11 issues of Zhang Jingqiang

See https://bytedance.larkoffice.com/docx/NEqXdDyq8op8mwx0XTWcwgionnf. The tls1.3 performance isn't as good as OpenSSL 1.1.x when testing at high concurrency.

See https://github.com/hickory-dns/hickory-dns/issues/2137 I add a TlsConnect trait in this draft PR, it will be possible for users to use other tls crates to do DoT or DoH. What do you...

**Is your feature request related to a problem? Please describe.** The tls connect code should be same for DoT and DoH, for DoT we have rustls / openssl / native-tls...

Missing Feature === **h2**: - [ ] https://github.com/hyperium/h2/issues/167 To support 100-Continue and 103-Early Hints New Features ==== **cargo**: - [ ] https://github.com/rust-lang/cargo/issues/6179 This can help us to remove unused dependencies...

Does anyone need it?

any interest?

Currently we only support set just one RESPMOD/REQMOD service in auditors, does anyone need ICAP chaining?

any interest?

Blocked by - [ ] https://github.com/hyperium/h2/pull/601

https://github.com/intel/QAT_Engine/blob/26b4d6c34f32ac3bd21ebb78afc4c7428a70b1f8/qat_events.c#L289 use a pointer to ASYNC_JOB to get wait_ctx each time the driver ready, but wait_ctx may be got freed already when the async job canceled after received ASYNC_PAUSE in...