<feed xmlns='http://www.w3.org/2005/Atom'>
<title>curl/tests/data/test596, branch master</title>
<subtitle>cURL mirror with patches applied
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/'/>
<entry>
<title>tests: Moved some comments so the test data files parse as XML</title>
<updated>2014-02-02T23:23:34+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2014-02-02T23:23:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=2f89a61cc05030561ffb994541bc3bf344e850fd'/>
<id>2f89a61cc05030561ffb994541bc3bf344e850fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FTP: close callback fix</title>
<updated>2011-12-05T11:34:27+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2011-12-05T11:34:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=d5b5f64bce3a86ae39361248da6b3b207cff2cd2'/>
<id>d5b5f64bce3a86ae39361248da6b3b207cff2cd2</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>FTP: call opensocket callback properly</title>
<updated>2011-12-05T10:42:10+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2011-12-05T10:42:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=088ba97a2471c97e90fe7153dff0ce119faab4ef'/>
<id>088ba97a2471c97e90fe7153dff0ce119faab4ef</id>
<content type='text'>
When the new socket is created for an active connection, it is now done
using the open socket callback.

Test case 596 was modified to run fine, although it hides the fact that
the close callback is still called too many times, as it also gets
called for closing sockets that were created with accept().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the new socket is created for an active connection, it is now done
using the open socket callback.

Test case 596 was modified to run fine, although it hides the fact that
the close callback is still called too many times, as it also gets
called for closing sockets that were created with accept().
</pre>
</div>
</content>
</entry>
<entry>
<title>test: verify the opensocket callback for FTP</title>
<updated>2011-12-04T22:10:12+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2011-12-04T22:10:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=5971d401d4fd184aedd3b439251a898ecdacb96e'/>
<id>5971d401d4fd184aedd3b439251a898ecdacb96e</id>
<content type='text'>
test 595: for passive FTP
test 596: for active FTP
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test 595: for passive FTP
test 596: for active FTP
</pre>
</div>
</content>
</entry>
</feed>
