Stefan Eissing
Stefan Eissing
> Shouldn't the ftp tests go into a new "tests/ftp/" directory? It's unexpected seeing ftp tests in a directory called "http". That would be one idea. Or rename `http` to...
> I think the rustls.c fixes should be put into a separate PR to keep this one limited to the test suite. Done in #13670.
> I'm seeing some strangeness when i test this, data->conn->writesockfd is -1 for the first call, and more if i step through it in the debugger > > `curl -v...
it's http.c:3630 and following where the \r\n is written to the client before the analysis and the info things are set. To get what you want, the "Curl_client_write()" needs to...
My proposal on how to solve this - test case included: #13757.
@zazola thanks for the detailed report. I wrote a test case simulating exactly that request against an Apache to send back the HTTP/2 HEADER frame with eos=0 and then a...
How can we move forward? You could add a CURLOPT_DEBUGFUNCTION to your app, and call `curl_global_trace('http/2,ssl')` to get details of the HTTP/2 and SSL layers. The command line `curl` you...
> The failing test in `quiche` looks like a flaky test, I doubt it's related to my changes. Yes, we try to hunt that down for some time. Sorry about...
Thanks for the report. This seems to point to a misunderstanding by us how the nghttp3+ngtcp2 APIs work here. PR #13562 should fix this for you. If you are able...
The fix has been merged into `master` now.