[Cffi-devel] Patches to CFFI for ABCL which passes all tests
Cyrus Harmon
ch-lisp at bobobeach.com
Wed Aug 20 18:49:25 UTC 2014
On Aug 20, 2014, at 2:24 AM, Mark Evenson <evenson at panix.com> wrote:
>
> Even though we are passing all the CFFI tests,
>
> CL-USER> (drakma:http-request “https://google.com”)
>
> 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
More information about the armedbear-devel
mailing list