Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
RadKesvat committed Dec 22, 2023
1 parent e709f80 commit 2efffed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/foreign_server.nim
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ proc processConnection(client: Connection) {.async.} =
if globals.log_data_len: echo &"[processRemote] Sent {data.len()} bytes -> client"

if client.isClosing:
await client.twriter.finish()
# await client.twriter.finish()
client = await acquireClientConnection(true)
if client == nil:
if globals.log_conn_error: echo "[Error] [processRemote] [loop]: ", "no client for tcp !"
Expand Down

0 comments on commit 2efffed

Please sign in to comment.