diff --git a/httprl.module b/httprl.module index 8d759e0..15a60ec 100644 --- a/httprl.module +++ b/httprl.module @@ -1229,7 +1229,7 @@ function httprl_send_request($results = NULL) { $except = array(); // Do some voodoo and open all streams at once. Wait 25ms for streams to // respond. - $n = @stream_select($read, $write, $except, $stream_select_timeout, 25000); + $n = stream_select($read, $write, $except, $stream_select_timeout, 25000); $stream_select_timeout = 0; // An error occured with the streams. Remove bad ones.