From c01c4f7c246f53ff954f4a8cbad65f0c10e1c0ed Mon Sep 17 00:00:00 2001 From: bptato Date: Thu, 5 Jan 2023 15:19:39 +0100 Subject: socketstream: remove todo --- src/ips/socketstream.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ips/socketstream.nim b/src/ips/socketstream.nim index 5a030427..af173d1a 100644 --- a/src/ips/socketstream.nim +++ b/src/ips/socketstream.nim @@ -39,7 +39,6 @@ proc sockReadData(s: Stream, buffer: pointer, len: int): int = s.isend = true proc sockWriteData(s: Stream, buffer: pointer, len: int) = - #TODO maybe don't block if blk is false? var i = 0 while i < len: let n = SocketStream(s).source.send(cast[pointer](cast[int](buffer) + i), len - i) -- cgit 1.4.1-2-gfad0