Index: printing/backend/print_backend_cups.cc |
=================================================================== |
--- printing/backend/print_backend_cups.cc (revision 69204) |
+++ printing/backend/print_backend_cups.cc (working copy) |
@@ -208,6 +208,7 @@ |
return cupsGetDests(dests); |
} else { |
HttpConnectionCUPS http(print_server_url_); |
+ http.SetBlocking(false); |
sanjeevr
2010/12/15 23:06:30
Since this is a generic helper, perhaps pass a boo
|
return cupsGetDests2(http.http(), dests); |
} |
} |