22 Nov
2012
22 Nov
'12
6:38 p.m.
Do you expect std::getline to give you more than 1 line? No, sorry I was not clear. I expect the streambuf or read_until to have some way of telling me there's more lines to read. With that piece of code, the streambuf swallows multiple lines, but getline only gets to
On 21/11/12 14:56, Igor R wrote: the first line. Only when read_until is run again, the other lines appear. I need to poll? the socket for more data, but not sure how that is done in asio.