gnu-social/extlib/HTTP
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
..
Request2 Fixing HTTP_Request2_SocketWrapper so it times out 2017-07-11 12:04:09 +02:00
Request2.php Updating HTTP_Request2 to 2.3.0 2017-07-09 22:17:52 +02:00