22 Feb
2009
22 Feb
'09
12:01 a.m.
In reality it will read more than that into the streambuf ...
I'm reworking my implementation to have my own buffer (not streambuf based) and then implement my own "read_until" ...
I guess, the only way to really read *until* is to read char-by-char (which might be very inefficient) isn't it?