]> granicus.if.org Git - curl/commit
56. When libcurl sends CURLOPT_POSTQUOTE commands when connected to a SFTP
authorDaniel Stenberg <daniel@haxx.se>
Tue, 29 Jul 2008 21:51:47 +0000 (21:51 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 29 Jul 2008 21:51:47 +0000 (21:51 +0000)
commitb39d409aa2f1f2d96b9b5907ba935f28be688950
treee75de0c235cb29215a940685a5338e016c47708b
parenta18fb9448b925032b06bb113d532b7822ec360f5
56. When libcurl sends CURLOPT_POSTQUOTE commands when connected to a SFTP
  server using the multi interface, the commands are not being sent correctly
  and instead the connection is "cancelled" (the operation is considered done)
  prematurely. There is a half-baked (busy-looping) patch provided in the bug
  report but it cannot be accepted as-is. See
  http://curl.haxx.se/bug/view.cgi?id=2006544
docs/KNOWN_BUGS