Check for EINTR correctly on windows

(even though these are nonblocking calls and EINTR shouldn't be possible).

Also, log what error we're seing if drain_fn fails.
This commit is contained in:
Nick Mathewson
2015-08-07 09:12:33 -04:00
parent 9d1801b4b9
commit 720a9ccb2f
4 changed files with 24 additions and 6 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor bugfixes:
- Check correctly for windows socket errors in the workqueue backend.
Fixes bug 16741; bugfix on 0.2.6.3-alpha.