- Emil Romanus found a problem and helped me repeat it. It occured when using

the curl_multi_socket() API with HTTP pipelining enabled and could lead to
  the pipeline basically stalling for a very long period of time until it took
  off again.
This commit is contained in:
Daniel Stenberg
2008-05-28 20:56:19 +00:00
parent b49dcfb52b
commit ec4f6e93c2
3 changed files with 65 additions and 20 deletions

View File

@@ -8,6 +8,11 @@
Daniel Stenberg (28 May 2008)
- Emil Romanus found a problem and helped me repeat it. It occured when using
the curl_multi_socket() API with HTTP pipelining enabled and could lead to
the pipeline basically stalling for a very long period of time until it took
off again.
- Jeff Weber reported memory leaks with aborted SCP and SFTP transfers and
provided excellent repeat recipes. I fixed the cases I managed to reproduce
but Jeff still got some (SCP) problems even after these fixes: