From 5171287a24c73f32e4765bdb998c23febb131467 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Mon, 19 May 2014 21:37:20 +0200 Subject: fixed parameter type --- inc/HTTPClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') diff --git a/inc/HTTPClient.php b/inc/HTTPClient.php index f8b836753..b5956a7f8 100644 --- a/inc/HTTPClient.php +++ b/inc/HTTPClient.php @@ -343,7 +343,7 @@ class HTTPClient { try { //set non-blocking - stream_set_blocking($socket, false); + stream_set_blocking($socket, 0); // build request $request = "$method $request_url HTTP/".$this->http.HTTP_NL; -- cgit v1.2.3