]> granicus.if.org Git - curl/commit
- Emil Romanus fixed:
authorDaniel Stenberg <daniel@haxx.se>
Sat, 10 Jan 2009 22:10:57 +0000 (22:10 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 10 Jan 2009 22:10:57 +0000 (22:10 +0000)
commit452e52f95824a7d2a761c336ba5a006209ce1e9f
tree4358acc368f7e02a2bc66f9ebfa328e252b5e44e
parent0090099565f330de60cf2c1ffb6edd34127a280b
- Emil Romanus fixed:

  When using the multi interface over HTTP and the server returns a Location
  header, the running easy handle will get stuck in the CURLM_STATE_PERFORM
  state, leaving the external event loop stuck waiting for data from the
  ingoing socket (when using the curl_multi_socket_action stuff). While this
  bug was pretty hard to find, it seems to require only a one-line fix. The
  break statement on line 1374 in multi.c caused the function to skip the call
  to multistate().

  How to reproduce this bug? Well, that's another question.  evhiperfifo.c in
  the examples directory chokes on this bug only _sometimes_, probably
  depending on how fast the URLs are added. One way of testing the bug out is
  writing to hiper.fifo from more than one source at the same time.
CHANGES
RELEASE-NOTES
lib/multi.c