dswij
dswij
Closes https://github.com/hyperium/hyper/issues/3511 This PR adds an option to choose http1 or http2 only for auto connections.
Apply some suggestions from `clippy::manual_filter`.
Closes https://github.com/tokio-rs/tokio/issues/6460 This PR allows handling `ERROR_MORE_DATA` when the internal buffer size is less than the message in NamedPipe. When `ERROR_MORE_DATA` is hit, the internal buffer will be resized according...
closes #3285