]> git.ipfire.org Git - thirdparty/curl.git/commit
cf-socket: fix listen pollset for FTP active mode
authorStefan Eissing <stefan@eissing.org>
Wed, 4 Sep 2024 14:06:16 +0000 (16:06 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 5 Sep 2024 09:00:55 +0000 (11:00 +0200)
commitdb5eae1127eb5fce076b93e19518cdc9693da490
treeb7edbb92bdd0d6c7f4993ad4757dcc484dc3091c
parent464d466aea9b6af5b3e2c20f6f933f799d5f96a4
cf-socket: fix listen pollset for FTP active mode

Follow-up to a07ba37b5e88a89bf4bcc6b0c927f7a42d7ea4f2 which did not
solve the issue of corrent polling for FTP active data connections.

Added test cases for active up-/download.

Closes #14786
lib/cf-socket.c
tests/http/test_30_vsftpd.py
tests/http/test_31_vsftpds.py