Skip to content
Snippets Groups Projects
  1. May 11, 2018
  2. May 09, 2018
  3. Apr 27, 2018
  4. Apr 23, 2018
  5. Apr 20, 2018
  6. Apr 19, 2018
  7. Apr 18, 2018
  8. Apr 14, 2018
    • Marek Vavruša's avatar
      worker: fixed infinite loop on send failure · 90f72d63
      Marek Vavruša authored
      The problem here is when qr_task_send() returns an error, the
      following error handler will attempt to cancel all tasks that were
      started on the same connection, but that will only work for the first
      task (which is finished), the qr_task_on_send() will have no effect
      on tasks in progress as the passed handle is NULL, and the task->finished
      is false, thus looping infinitely.
      
      The solution here is to let the rest of the tasks complete, even though
      sending answer back will fail (which is fine).
      90f72d63
  9. Apr 13, 2018
  10. Apr 12, 2018