You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context::background() has deadline null - it sets stream_set_timeout() to 0. Seems that http://php.net/manual/en/function.stream-set-timeout.php does not clear timeout, when setting to zero, but instead times out socket immediately.
The text was updated successfully, but these errors were encountered:
This always fails:
Context::background()
has deadlinenull
- it setsstream_set_timeout()
to0
. Seems that http://php.net/manual/en/function.stream-set-timeout.php does not clear timeout, when setting to zero, but instead times out socket immediately.The text was updated successfully, but these errors were encountered: