Skip to content
Snippets Groups Projects
Commit 8d2fe33f authored by Dan Fandrich's avatar Dan Fandrich
Browse files

tests: fix a race condition in ftp server disconnect

If a client disconnected and reconnected quickly, before the ftp server
has a chance to respond, the protocol message/ack (ping/pong) sequence
got out of sync, causing messages sent to the old client to be delivered
to the new.  A disconnect must now be acknowledged and intermediate
requests thrown out until it is, which ensures that such synchronization
problems can't occur. This problem could affect ftp, pop3, imap and smtp
tests.

Fixes #12002
Closes #12049
parent 9eb77430
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment