moshec2
Results
2
issues of
moshec2
I am using the chunked request body feature (`data=generator`). When defining a HTTP proxy and sending a request to a HTTPS URL, `requests` is trying to perform a TLS handshake...
In the example's TlsStream, you cannot access the peer certificates from tokio_rustls's TlsStream in `make_service_fn`, even if you try to expose the state property, it's basically always Handshaking. Is there...