1. 26 Sep, 2013 1 commit
    • Artem Savkov's avatar
      input/curl: fix EventLoop stall after curl_easy_pause · 585b68d2
      Artem Savkov authored
      When playing finite http streams, e.g. something from soundcloud,
      eventloop stalls after pausing writefunc. TimeoutMonitor is cancelled
      by the time resume happens, so when enough data is consumed writefunc
      is called only once. Calling InvalidateSockets() from
      input_curl_resume() seems to fix the issue.
      585b68d2
  2. 12 Sep, 2013 10 commits
  3. 05 Sep, 2013 22 commits
  4. 04 Sep, 2013 7 commits