Stefan Eissing

Results 354 comments of Stefan Eissing

I suspect the MS FTP server is not sending its TLS close notify and instead waits for curl to close the connection, while curl is waiting 2 seconds for the...

After internal discussion, we see this as a bug in the Microsoft FTP server. A workaround on the curl side would make the connection shutdown handling more complicated as it...

Started #18567 to clarify terminology and, hopefully, get us to agree on the usability criteria. We need this to guide our implementations.

Thanks @LPardue , with this patch I can no longer reproduce the bug. I'll disable the test in curl until we see a quiche version higher than 0.24.4.

Hi @SparkiDev, I have no access to an ARM macOS machine to reproduce this locally. A failing test case can easily be run via: ```sh curl> pytest -v -k "test_17_07...

@cyanide-burnout we improved curl's websocket in fa3baabbd81ab9f0aa50bc6335a3e315be0e3009, which has been released in curl 8.16.0. Could you check with a recent curl? Best would be 8.17 or the master branch. As...

@bagder, if you like this idea, I'll add the documentation.

Thanks for the explanation. I assume Caddy has a bug in resending stream data way too early on localhost. The "glitch" protection looks like a good idea to me. Maybe...

I contacted Marten Seemann via Slack and provided him with qlog files. Let's see what he finds. We see the errors in `curl`'s test suite together with Caddy v2.10.2 on...