15 Jun
2009
15 Jun
'09
10:15 p.m.
On Mon, 2009-06-15 at 21:11 +0200, Johannes Berg wrote:
The problem is that the istream API doesn't work the way you expect. Just reading doesn't advance the stream, only calling i_stream_skip() or i_stream_seek() does that (and o_stream_send_istream() internally). So just remove the o_stream_send(beginning) call and it'll work.
Aha! I knew I was missing something, thanks. Does i_stream_read_next_line() skip over the line?
Yes, that too. :)