diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-09-07 07:57:53 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-09-07 07:57:53 +0800 |
commit | cc50420bf04f13fb7c3697bf524ed7772bfe6601 (patch) | |
tree | e53e5a819beef9faefe33c32969a46f8f2125cb2 /camel/ChangeLog | |
parent | 681e043977a95aa3a7e37d85478d89c14556d3aa (diff) | |
download | gsoc2013-evolution-cc50420bf04f13fb7c3697bf524ed7772bfe6601.tar.gz gsoc2013-evolution-cc50420bf04f13fb7c3697bf524ed7772bfe6601.tar.zst gsoc2013-evolution-cc50420bf04f13fb7c3697bf524ed7772bfe6601.zip |
Use camel_stream_buffer_read_line() instead of duplicationing the
2001-09-06 Jeffrey Stedfast <fejj@ximian.com>
* camel-remote-store.c (remote_recv_line): Use
camel_stream_buffer_read_line() instead of duplicationing the
functionality. Also, the previous way was broken anyway. What if a
line was the same length as our buffer? Then we'd go and read a
second line and a third and so on until they weren't the same
length, leaving \r's in the middle of the buffer.
svn path=/trunk/; revision=12662
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index c4b8905b86..80213af0a5 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2001-09-06 Jeffrey Stedfast <fejj@ximian.com> + + * camel-remote-store.c (remote_recv_line): Use + camel_stream_buffer_read_line() instead of duplicationing the + functionality. Also, the previous way was broken anyway. What if a + line was the same length as our buffer? Then we'd go and read a + second line and a third and so on until they weren't the same + length, leaving \r's in the middle of the buffer. + 2001-09-06 Dan Winship <danw@ximian.com> * providers/pop3/camel-pop3-store.c (pop3_get_response): Fix this |