Skip to content
Snippets Groups Projects
  1. Jan 25, 2020
  2. Jan 23, 2020
  3. Jan 22, 2020
  4. Jan 21, 2020
  5. Jan 18, 2020
  6. Jan 14, 2020
  7. Jan 12, 2020
  8. Jan 11, 2020
  9. Jan 09, 2020
  10. Jan 05, 2020
  11. Jan 04, 2020
  12. Dec 28, 2019
  13. Dec 21, 2019
  14. Dec 19, 2019
  15. Dec 18, 2019
  16. Dec 12, 2019
    • Amir Livneh's avatar
      Fix example server's write callback never being called · b1deecbd
      Amir Livneh authored
      Handler::wev_ is initialized with a file descriptor set to 0. ev_io_set() is never called for this watcher, so its file descriptor remains 0 and calls to ev_io_start() don't have the desired effect. As a result writecb() is never called.
      
      There may still be an issue due to all endpoints sharing the same watcher, but this is mostly orthogonal to the problem fixed here.
      b1deecbd