updated todo

This commit is contained in:
Kelvin Sherlock 2012-04-10 00:21:43 -04:00
parent 6ce962f3ed
commit 70e2d2d35f
1 changed files with 8 additions and 3 deletions

View File

@ -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)