Jay Satiro

Results 295 comments of Jay Satiro
trafficstars

Is this reproducible with the curl tool (curl.exe)? How did you build libcurl? Please give us minimal self contained example code that can be used to reproduce. FWIW this was...

That's reproducible for me in Windows 11 and it happens regardless of HTTP version setting ~~or TLS setting~~. curl 7.55.1 (packaged version that comes with Windows) seems to work though...

It looks like a TLS 1.3 issue, when I set `--tls-max 1.2` I can't reproduce. /cc @wyattoday

Thanks for the excellent analysis. > This is where things get weird. The call to `InitializeSecurityContext` returns `SEC_E_OK`, indicating that this stage of the handshake is complete. I'd agree... [InitializeSecurityContext...

@andrey-popov are we doing this wrong or is it a bug in schannel?

> Right now the test seems to take between 15 and 20 minutes > on our Windows CI environments. The test should not even take 1 minute, why does it...

I think the doc warning is enough. We could put it in bold, ~~~diff diff --git a/docs/libcurl/curl_formadd.3 b/docs/libcurl/curl_formadd.3 index 92135bf..04e10b3 100644 --- a/docs/libcurl/curl_formadd.3 +++ b/docs/libcurl/curl_formadd.3 @@ -32,7 +32,7 @@ CURLFORMcode...

> Also I'm only considering the `multi` member of `struct Curl_easy`, and it's working find for my NetSurf use case. Should I consider the `multi_easy` member too? If I do,...

> I can squash out [349c644](https://github.com/curl/curl/commit/349c6444e876f0b94e5b1ff73874393945346851). > > That would leave [5971e29](https://github.com/curl/curl/commit/5971e294f170ccb15b3b1394a71d8137f655880f) irrelevant to the rest of the series. I could leave it in, drop it, or make a new...

> Testing an MS-DOS build with this patch, would be helpful. @gvanem