From d5b5f64bce3a86ae39361248da6b3b207cff2cd2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 5 Dec 2011 12:34:27 +0100 Subject: FTP: close callback fix Keep track of which sockets that are the result of accept() calls and refuse to call the closesocket callback for those sockets. Test case 596 now verifies that the open socket callback is called the same number of times as the closed socket callback for active FTP connections. Bug: http://curl.haxx.se/mail/lib-2011-12/0018.html Reported by: Gokhan Sengun --- tests/data/test596 | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/data/test596') diff --git a/tests/data/test596 b/tests/data/test596 index 73e8a78d5..bb5def43f 100644 --- a/tests/data/test596 +++ b/tests/data/test596 @@ -19,7 +19,6 @@ moo [CLOSE] counter: 2 moo [CLOSE] counter: 1 -[CLOSE] counter: 0 -- cgit v1.2.3