On Aug 20, 2014, at 2:24 AM, Mark Evenson evenson@panix.com wrote:
Even though we are passing all the CFFI tests,
CL-USER> (drakma:http-request “https://google.com%E2%80%9D)
still times out with an error. Always something further to fix…
Yes, I’ve run across this too. The first https call hangs, even if one adds :connection-timeout 120. Could we be improperly initializing something somewhere along the run? After recovering from this error, subsequent calls work. This is probably more of a cl+ssl issue than a cffi (or ABCL) issue, but it definitely seems to be ABCL-specific.
Thanks for your work to clean up the CFFI patch set! I look forward to the day when I can run stock CFFI, cl+ss, and ABCL and have all my code working :)
Cyrus