readline function guidence
waqasqammar opened this issue · 0 comments
waqasqammar commented
if (replyidx == 0) // the first 0x0A is ignored
continue;
why we are checking at index zero? is it there to handle the loopback issue?
waqasqammar opened this issue · 0 comments
if (replyidx == 0) // the first 0x0A is ignored
continue;
why we are checking at index zero? is it there to handle the loopback issue?