Skip to content
  • Daniel Stenberg's avatar
    FTP: call opensocket callback properly · 088ba97a
    Daniel Stenberg authored
    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().
    088ba97a