Skip to content

Commit

Permalink
back
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Sep 2, 2023
1 parent 112b254 commit 272fb34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/net/tcp_connection.pony
Original file line number Diff line number Diff line change
Expand Up @@ -907,10 +907,10 @@ actor TCPConnection is AsioEventNotify
if len == 0 then
// The socket has been closed from the other side, or a hard close has
// cancelled the queued read.
// _readable = false
// _shutdown_peer = true
// @printf("close in _complete_reads()".cstring())
// close()
_readable = false
_shutdown_peer = true
@printf("close in _complete_reads()".cstring())
close()
return
end

Expand Down

0 comments on commit 272fb34

Please sign in to comment.