Ed Langley
Ed Langley
Jumping in, I'd say that I'd be very interested in this, if there were better documentation: I did some experiments with it a while ago, but couldn't figure out a...
Is this implemented? https://github.com/kraison/vivace-graph-v3/blob/b376c4372adc74126ec42c79f705421b977e8c6a/srn.lisp#L99
I just tried reproducing this and failed on osx sierra. Has this been fixed?
I should mention that, the cl-async code does work with other SSL sites, such as en.wikipedia.org
It looks to me like this has to do with SNI being setup correctly, I ran across this while trying to debug https://github.com/orthecreedence/carrier/issues/16
I came up with a fix, although it's a hack, if I add the following lines just before https://github.com/orthecreedence/cl-async/blob/master/src/ssl/tcp.lisp#L337 , it works: ```common-lisp (cffi:with-foreign-string (host-f host) (cl+ssl::ssl-set-tlsext-host-name ssl host-f)) ```
I think this one might be finished too?
I've made a bunch of patches in my fork. I think the right source for specs is here: https://github.com/aws/aws-sdk-js/tree/master/apis
I think it's: ``` (ql:quickload :lake) (lake:lake) ``` in the root directory of the repository. I've found some edge cases in the S3 APIs that I'm working on, I'm not...
See note here: https://reactjs.org/docs/events.html#event-pooling