From d09dd29be065825b234010bb6d3fd3220c3620fe Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 26 Oct 2001 22:54:02 +0000 Subject: Check for EWOULDBLOCK too? (stream_read): Same. (stream_flush): Return 0 2001-10-26 Jeffrey Stedfast * camel-tcp-stream-raw.c (stream_write): Check for EWOULDBLOCK too? (stream_read): Same. (stream_flush): Return 0 always, fsync() and tcp sockets don't play nice :-) * 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=14180 --- camel/ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 98315fcf8d..06f181bd77 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,7 +1,10 @@ 2001-10-26 Jeffrey Stedfast - * camel-tcp-stream-raw.c (stream_write): Check for EWOULDBLOCK too? + * camel-tcp-stream-raw.c (stream_write): Check for EWOULDBLOCK + too? (stream_read): Same. + (stream_flush): Return 0 always, fsync() and tcp sockets don't + play nice :-) * providers/imap/camel-imap-message-cache.c (camel_imap_message_cache_get): Lets try putting a -- cgit v1.2.3