Skip to content

Commit 8846b26

Browse files
authored
Merge branch 'devel' into liftdestructors-gen-proper-nil-check
2 parents e2c0eb7 + 03d17a9 commit 8846b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/stdlib/web/tssl.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ proc main() =
6969
while true:
7070
# Send data until we get EPIPE.
7171
peer.send(DummyData, {})
72-
except OSError:
72+
except OSError, SslError:
7373
discard
7474
finally:
7575
peer.close()

0 commit comments

Comments
 (0)