Hi again

When you use HTTP/1.1, the webserver (not mIRC) returns the data in clustered mode. HTTP/1.1 sends the data in groups of a specific length, instead of each line by itself. HTTP/1.0 sends data 1 line at a time, separated by $crlf.

Well i didin´t know that, but that is no reason to append what is appening here, in this case. Has you can see on the event and images, the &data is not reading the information directly , i am using a while to search the beguining off the <td , if the <td exists we will search for the output text searching for </td>.
If </td> does not exist´s ( this will mean that the &data lengh is almost at the end ), he will recorde all data from <td search until the end off &data ( on the next sockread he will add that data to &data ( i am using hash tables to record the data ) ).
If after the while he found </td> he will parce the information that is between </td ( while search ) and </td> (if search ) to the echo -s.
Has you can see on the images examples, the errors can happend at the begguining, middle or end off the &data received. Sow what are you saying can be no reason at all to happen what is happening...

If that was the case, the errors will append between the 2 sockread... and is not this case... When you have said that, i have add a red line to be added on all windows and the 3 firts scramble erros that i have found was always on the same sockread &data and not between two sockread.

Sorry for my bad english , but it´s not my primary language