[dovecot-cvs] dovecot/src/imap cmd-append.c,1.65,1.66

cras at dovecot.org cras at dovecot.org
Sat Sep 24 12:48:22 EEST 2005


Update of /var/lib/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv31383

Modified Files:
	cmd-append.c 
Log Message:
Call o_stream_uncork() after sending "+ OK", so it gets to client more
quickly.



Index: cmd-append.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/cmd-append.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- cmd-append.c	18 Sep 2005 16:58:01 -0000	1.65
+++ cmd-append.c	24 Sep 2005 09:48:19 -0000	1.66
@@ -263,6 +263,7 @@
 	if (!nonsync) {
 		o_stream_send(client->output, "+ OK\r\n", 6);
 		o_stream_flush(client->output);
+		o_stream_uncork(client->output);
 	}
 
 	/* after literal comes CRLF, if we fail make sure we eat it away */



More information about the dovecot-cvs mailing list