[evolution-data-server] Bug #669005 - Partial hang with unresponsive HTML email image source



commit 0d7c5244832a58251f4928026d81b0d70997eb3c
Author: Milan Crha <mcrha redhat com>
Date:   Mon Jan 30 18:04:06 2012 +0100

    Bug #669005 - Partial hang with unresponsive HTML email image source

 camel/camel-http-stream.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/camel-http-stream.c b/camel/camel-http-stream.c
index 77472f4..fc554bd 100644
--- a/camel/camel-http-stream.c
+++ b/camel/camel-http-stream.c
@@ -398,7 +398,7 @@ http_stream_read (CamelStream *stream,
 	if (!http->raw) {
 		if (http_connect (
 			http, http->proxy ? http->proxy :
-			http->url, NULL, error) == NULL)
+			http->url, cancellable, error) == NULL)
 			return -1;
 
 		if (http_method_invoke (http, cancellable, error) == -1) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]