From 7ef153696bb448cce02a2f0b70799d0db663b3b6 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 26 Oct 2001 22:52:15 +0000 Subject: Check for EWOULDBLOCK too? (stream_read): Same. 2001-10-26 Jeffrey Stedfast * camel-tcp-stream-raw.c (stream_write): Check for EWOULDBLOCK too? (stream_read): Same. * providers/imap/camel-imap-message-cache.c (camel_imap_message_cache_get): Lets try putting a camel_stream_reset() here. Logic being that the stream may have been read from since it was cached and thus our caller may try reading from it and get no data from it since it is already at the EOS. This may fix bug #12943. svn path=/trunk/; revision=14179 --- camel/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index c85a10811c..98315fcf8d 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,8 @@ 2001-10-26 Jeffrey Stedfast + * camel-tcp-stream-raw.c (stream_write): Check for EWOULDBLOCK too? + (stream_read): Same. + * providers/imap/camel-imap-message-cache.c (camel_imap_message_cache_get): Lets try putting a camel_stream_reset() here. Logic being that the stream may have -- cgit v1.2.3