From 70e2d2d35f00dc4c1185b110e607707fa09c5b51 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Tue, 10 Apr 2012 00:21:43 -0400 Subject: [PATCH] updated todo --- TODO.txt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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) + +