Skip to content
Snippets Groups Projects
  • Daniel Stenberg's avatar
    797bc850
    - Andreas Wurf and Markus Koetter helped me analyze a problem that Andreas got · 797bc850
    Daniel Stenberg authored
      when uploading files to a single FTP server using multiple easy handle
      handles with the multi interface. Occasionally a handle would stall in
      mysterious ways.
    
      The problem turned out to be a side-effect of the ConnectionExists()
      function's eagerness to re-use a handle for HTTP pipelining so it would
      select it even if already being in use, due to an inadequate check for its
      chances of being used for pipelnining.
    797bc850
    History
    - Andreas Wurf and Markus Koetter helped me analyze a problem that Andreas got
    Daniel Stenberg authored
      when uploading files to a single FTP server using multiple easy handle
      handles with the multi interface. Occasionally a handle would stall in
      mysterious ways.
    
      The problem turned out to be a side-effect of the ConnectionExists()
      function's eagerness to re-use a handle for HTTP pipelining so it would
      select it even if already being in use, due to an inadequate check for its
      chances of being used for pipelnining.
To find the state of this project's repository at the time of any of these versions, check out the tags.