-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #3521 (HTTP connection leaks leading to crashes)
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule nim-chronos
updated
4 files
+2 −0 | chronos/apps/http/httpclient.nim | |
+19 −5 | chronos/asyncmacro2.nim | |
+2 −2 | tests/testhttpclient.nim | |
+17 −0 | tests/testmacro.nim |
Submodule nim-json-rpc
updated
10 files
+7 −1 | json_rpc.nimble | |
+1 −1 | json_rpc/client.nim | |
+32 −11 | json_rpc/clients/httpclient.nim | |
+1 −1 | json_rpc/clients/websocketclient.nim | |
+2 −2 | json_rpc/jsonmarshal.nim | |
+55 −14 | json_rpc/servers/websocketserver.nim | |
+1 −1 | tests/ethprocs.nim | |
+5 −5 | tests/ethtypes.nim | |
+1 −1 | tests/testethcalls.nim | |
+11 −11 | tests/testrpcmacro.nim |