diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-08-07 09:12:33 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-08-07 09:12:33 -0400 |
commit | 720a9ccb2f4392ca12e9a473125e54c20c291d4a (patch) | |
tree | 8c7c72ff308e9639f5cbe81071a65b9ef7d1c65a /changes | |
parent | 9d1801b4b96d205d1896db754efbd54ecdf590d2 (diff) | |
download | tor-720a9ccb2f4392ca12e9a473125e54c20c291d4a.tar.gz tor-720a9ccb2f4392ca12e9a473125e54c20c291d4a.zip |
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.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug16741 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug16741 b/changes/bug16741 new file mode 100644 index 0000000000..ce3dfdcfc7 --- /dev/null +++ b/changes/bug16741 @@ -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. |