Yuriy O'Donnell
Results
1
issues of
Yuriy O'Donnell
**Version** Latest hyper (1.3.1) & hyper-util (0.1.3) **Platform** Windows11 **Description** The issue reproduces in a modified hyper-util client example: ``` use std::env; use http_body_util::Empty; use hyper::Request; use hyper_util::client::legacy::{connect::HttpConnector, Client}; #[tokio::main(flavor...
C-bug