Closed jayacotton closed 2 years ago
I have found that both MYGET and WGET are having problems. It looks like the code is affected by the size of the data buffer.
I set it to 128 bytes down from 8196 and the transfers started to work correctly.
With the larger buffer, I get data corruption in the incoming data buffer.
This is fixed. (I think) But I don't recall the root cause.
I have found that both MYGET and WGET are having problems. It looks like the code is affected by the size of the data buffer.
I set it to 128 bytes down from 8196 and the transfers started to work correctly.
With the larger buffer, I get data corruption in the incoming data buffer.