diff --git a/TODO.txt b/TODO.txt index aac7d5f..82dcc73 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,6 +1,3 @@ -* Marinetti ReadLine bug? -TCPIPReadLineTCP rlrBuff.count is sometimes wildly inaccurate. -(using GetHandleSize as a workaround) * "-o file" to output to a named file. @@ -10,3 +7,11 @@ TCPIPReadLineTCP rlrBuff.count is sometimes wildly inaccurate. * timeout for URL connection. +---- +fixed + +* Marinetti ReadLine bug? +- TCPIPReadLineTCP rlrBuff.count is sometimes wildly inaccurate. +- bug identified. Using ReadLine2 as a workaround (plus it's easier) + +