Skip to content

Commit

Permalink
optional fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RadKesvat committed May 31, 2023
1 parent 674cd42 commit cb68b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.nim
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ proc processConnection(client_a: Connection) {.async.} =
if globals.log_data_len: echo &"[proccessClient] {data.len()} bytes from client"
except:
close()
continue
break

if data == "":
close()
Expand Down

0 comments on commit cb68b61

Please sign in to comment.