Re: [Dovecot] COMPRESS bug?

2011-01-21 Thread Timo Sirainen
On Tue, 2011-01-04 at 23:14 +, Ed W wrote: > - Zlib enabled > - COMPRESS initiated in the connection > - 30,000 messages in a single maildir folder > - IMAP SEARCH SINCE requested > - Dovecot 2.0.7 "hangs" without sending the closing stanza of the SEARCH Fixed: http://hg.dovecot.org/dovecot-

Re: [Dovecot] COMPRESS bug?

2011-01-04 Thread Ed W
On 09/11/2010 21:07, Timo Sirainen wrote: On Tue, 2010-11-09 at 19:20 +, Ed W wrote: 36203 36204 36205 36206 36207 36208 36209 36210 36211 doveadm(root): Error: zlib.read(): unexpected EOF at 2489 I now restart the server (while the client sitting and hanging), abbreviated output: 36207

Re: [Dovecot] COMPRESS bug?

2010-11-12 Thread Ed W
On 12/11/2010 08:34, Ed W wrote: On 09/11/2010 21:07, Timo Sirainen wrote: On Tue, 2010-11-09 at 19:20 +, Ed W wrote: 36203 36204 36205 36206 36207 36208 36209 36210 36211 doveadm(root): Error: zlib.read(): unexpected EOF at 2489 I now restart the server (while the client sitting and hangin

Re: [Dovecot] COMPRESS bug?

2010-11-12 Thread Ed W
On 09/11/2010 21:07, Timo Sirainen wrote: On Tue, 2010-11-09 at 19:20 +, Ed W wrote: 36203 36204 36205 36206 36207 36208 36209 36210 36211 doveadm(root): Error: zlib.read(): unexpected EOF at 2489 I now restart the server (while the client sitting and hanging), abbreviated output: 36207

Re: [Dovecot] COMPRESS bug?

2010-11-09 Thread Timo Sirainen
On Tue, 2010-11-09 at 19:20 +, Ed W wrote: > 36203 36204 36205 36206 36207 36208 36209 36210 36211 > doveadm(root): Error: zlib.read(): unexpected EOF at 2489 > I now restart the server (while the client sitting and hanging), > abbreviated output: > > 36207 36208 36209 36210 36211 > 8 OK

[Dovecot] COMPRESS bug?

2010-11-09 Thread Ed W
On 03/11/2010 16:29, Timo Sirainen wrote: On Wed, 2010-11-03 at 12:40 +, Ed W wrote: Examining the raw data makes me suspect that we are missing the header data in the logged output? I'm trying to follow the code in imap_zlib_plugin.c, but I can't see how the logging works? Can you please