Revert "Update enacl dep and fix some minor details (#1)"

This reverts commit 479ec70870.
This commit is contained in:
Ulf Wiger
2025-03-29 20:57:45 +01:00
parent 479ec70870
commit 91916908a0
5 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ echo_srv(Port, Protocol, SKP, SrvOpts) ->
AcceptRes =
try
enoise:accept(TcpSock, Opts)
catch _:R:T -> gen_tcp:close(TcpSock), {error, {R, T}} end,
catch _:R -> gen_tcp:close(TcpSock), {error, {R, erlang:get_stacktrace()}} end,
gen_tcp:close(LSock),