gnu-social/extlib/HTTP/Request2
Mikael Nordfeldth 05a9c11c47 Fixing HTTP_Request2_SocketWrapper so it times out
HTTP_Request2_SocketWrapper would never time out on an fgets() call as
discussed in issue #281 https://git.gnu.io/gnu/gnu-social/issues/281

I'm patching it here by setting the socket to non-blocking mode and
using stream_select to wait until the timeout. This patch or some
similar variant must be implemented in HTTP_Request2_SocketWrapper
to avoid the same issue for other users.
2017-07-11 12:04:09 +02:00
..
Adapter Updating HTTP_Request2 to 2.3.0 2017-07-09 22:17:52 +02:00
Observer Updating HTTP_Request2 to 2.3.0 2017-07-09 22:17:52 +02:00
Adapter.php Updating HTTP_Request2 to 2.3.0 2017-07-09 22:17:52 +02:00
CookieJar.php Updating HTTP_Request2 to 2.3.0 2017-07-09 22:17:52 +02:00
Exception.php Updating HTTP_Request2 to 2.3.0 2017-07-09 22:17:52 +02:00
MultipartBody.php Updating HTTP_Request2 to 2.3.0 2017-07-09 22:17:52 +02:00
Response.php Updating HTTP_Request2 to 2.3.0 2017-07-09 22:17:52 +02:00
SOCKS5.php Updating HTTP_Request2 to 2.3.0 2017-07-09 22:17:52 +02:00
SocketWrapper.php Fixing HTTP_Request2_SocketWrapper so it times out 2017-07-11 12:04:09 +02:00