Jay Satiro
Jay Satiro
What is the verbose output `-v`
> * schannel: remote party requests renegotiation > * schannel: renegotiating SSL/TLS connection > * ALPN: server did not agree on a protocol. Uses default. > * schannel: SSL/TLS connection...
> writing too much to stdout/stderr uh what? That sounds like a bug on their end. We have to watch our printfs now? How much is "too much"?
I've modified this slightly to allow the server to select an ALPN protocol on renegotiation as long as it is the same as what was originally selected, since it's not...
I've pushed a change to your branch to always include wincrypt, since now there is a test to see if CryptStringToBinary is defined, which is defined by wincrypt if it...
The 3 CI failures I see are unrelated. The BoringSSL failure might be an actual problem, though unrelated, and the other two look like random failures that occasionally happen due...
I don't feel strongly about this either way but the way I interpret RFC 7231 section [4.3.6](https://www.rfc-editor.org/rfc/rfc7231#section-4.3.6) is it only forbids CONNECT replies from having a body if the connect...
> Yeah, I don't see how the RFC is relevant at all here. I'm putting that on a t-shirt.
> Changing this behavior now in such a drastic way so that it would show proxy content when a `OONNECT` request returns a non-200 responses would most certainly be wrongly...