@@ -252,7 +252,7 @@ |
||
252 | 252 | } |
253 | 253 | |
254 | 254 | // Read answer from socket in loop, or until timeout reached |
255 | - $startTime = time(); |
|
255 | + $startTime = time(); |
|
256 | 256 | while (true) { |
257 | 257 | // Exit from loop if timeout reached |
258 | 258 | if (time() > $startTime + $this->config('socket_timeout')) { |