Stefan Eissing
Stefan Eissing
Added `--upload-file` tests in #13734. I see no problems with a local vsftpd with or without `--ssl-reqd`. TLSv1.3 is being used. I tested on my macOS machine using my own...
Another thing to test with you `vsftpd` is if the setting `require_ssl_reuse=NO` makes any difference.
@blach I suspect more a timing issue. TLS has this concept of `close notify` messages at the end of a connection from *both* sides. That can make life tricky. When...
> But now I am a bit puzzled as to how the test could be failing on unit2604 in the first place, as it was not yet in the master...
@epsilon-phase this is a configuration choice by a setup. I agree that it is inappropriate and probably breaking in situations as you describe. In which way do you think defaults...
Looks good. I'll try it in the httpd tests to see the numbers we get.
Hmm, not sure what is happening. The numbers are not informative. added: ``` diff --git a/tests/httpd/test_02_download.py b/tests/httpd/test_02_download.py index ef94964a6..c7860f2d7 100644 --- a/tests/httpd/test_02_download.py +++ b/tests/httpd/test_02_download.py @@ -82,6 +82,9 @@ class TestBasic:...
> You added files in `docs/examples/*` by mistake! More examples are good! (removed them again, sorry)
If CI works through this, I think it is a good first version to merge.
Yes, curl visits the transfer again due to a timer, which can vary. This delays the overall transfer. In the sequence I describe in the curl issue, a `hyper_contex_waker` was...