Are you forget to increment request pointer?
shibormot opened this issue · 0 comments
shibormot commented
Good day, reagent.
As I understand, you forget to increment request pointer in the loop that send request to server:
Lines 58 to 67 in 5f4a15b
If for some reason a second iteration will be present, then client will try to send request from the beginning of request string, but sent bytes counters would have been incremented already.
Or I am missing something?