changeset 129:ed1c4a141118 HEAD

because the iobuffer is now buffered, the "+ OK" continuation request wasn't actually sent to client .. we flush it now.
author Timo Sirainen <tss@iki.fi>
date Tue, 03 Sep 2002 23:08:15 +0300
parents 879dcb6e209a
children c2ec223e37ba
files src/lib-imap/imap-parser.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-imap/imap-parser.c	Tue Sep 03 22:57:29 2002 +0300
+++ b/src/lib-imap/imap-parser.c	Tue Sep 03 23:08:15 2002 +0300
@@ -292,6 +292,7 @@
 			}
 
                         io_buffer_send(parser->outbuf, "+ OK\r\n", 6);
+			io_buffer_send_flush(parser->outbuf);
 			parser->cur_type = ARG_PARSE_LITERAL_DATA;
 			parser->literal_skip_crlf = TRUE;