Arquivos
hhvm/hphp
mwilliams 0b0741103e Set proper timeouts for SSLSocket
If no timeout was specified in fsockopen, we passed in 0.0,
which was then used as the actual timeout, meaning that while the
socket opened, it almost always failed to open in ssl mode due to
timeout, and then read garbage data from the socket.

We also failed to pass in the specified timeout for non-ssl sockets,
but there we did use the default timeout rather than 0.0. I've changed
that to use the passed in timeout instead.
2013-07-06 11:12:28 -07:00
..
2013-06-28 11:36:10 -07:00
2013-06-15 23:29:49 -07:00
2013-07-06 11:12:28 -07:00
2013-07-06 11:12:26 -07:00
2013-02-11 02:10:41 -08:00
2013-04-25 00:50:03 -07:00