changeset 6730:5f30b309a79e HEAD

Our input stream is blocking, mark it as such.
author Timo Sirainen <tss@iki.fi>
date Thu, 08 Nov 2007 03:43:26 +0200
parents f323da4ef459
children 42acb5629519
files src/deliver/deliver.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/deliver/deliver.c	Thu Nov 08 03:40:55 2007 +0200
+++ b/src/deliver/deliver.c	Thu Nov 08 03:43:26 2007 +0200
@@ -518,6 +518,7 @@
 	*first_r = i_new(bool, 1);
 	**first_r = TRUE;
 	input = i_stream_create_fd(fd, 4096, FALSE);
+	input->blocking = TRUE;
 	input_filter =
 		i_stream_create_header_filter(input,
 					      HEADER_FILTER_EXCLUDE |