summary refs log tree commit diff stats
path: root/testament/tests/shouldfail
diff options
context:
space:
mode:
authorLeorize <leorize+oss@disroot.org>2020-06-01 20:32:42 -0500
committerAndreas Rumpf <rumpf_a@web.de>2020-06-06 21:11:53 +0200
commitd06e6eec79c68f8e9bf87c89fc770ca7722c4728 (patch)
tree8cc83cc1829fb137c9d40d5271e16681e1153a2f /testament/tests/shouldfail
parent65b350f11246654f2b04a9a606a731ba0b9a72c5 (diff)
downloadNim-d06e6eec79c68f8e9bf87c89fc770ca7722c4728.tar.gz
net: don't clear all errors on close
Closing a socket clears the error queue of the entire thread, which
seems to be a bit too invasive.

Also I don't find any reason in the PR that added this.
Diffstat (limited to 'testament/tests/shouldfail')
0 files changed, 0 insertions, 0 deletions
previous revision' href='/ahoang/Nim/blame/tests/distinct/tnil.nim?h=devel&id=64663387db4a447ee127571b47ef01d937f59785'>^
21cbf438c ^

e2e4df170 ^










e2e4df170 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30