]> granicus.if.org Git - curl/commit
- Igor Novoseltsev fixed a bad situation for the multi_socket() API when doing
authorDaniel Stenberg <daniel@haxx.se>
Sat, 20 Dec 2008 22:03:22 +0000 (22:03 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 20 Dec 2008 22:03:22 +0000 (22:03 +0000)
commit216ad2680bdaade5e6029b86858b3b633359d43c
tree63986d36bbc686b3aff6cccf8fd4247e22f16991
parente16509d5cfe38edfbc150c0ad530e32a71fa6c8e
- Igor Novoseltsev fixed a bad situation for the multi_socket() API when doing
  pipelining, as libcurl could then easily get confused and A) work on the
  handle that was not "first in queue" on a pipeline, or even B) tell the app
  to REMOVE a socket while it was in use by a second handle in a pipeline. Both
  errors caused hanging or stalling applications.
CHANGES
RELEASE-NOTES
lib/multi.c