orthecreedence/drakma-async

SSL?

orthecreedence opened this issue · 1 comments

If SSL is done through lisp, then there's no way to inspect the incoming stream to tell if the request is complete. Might have to integrate the http-parser closure to be inside of drakma somehow.

Otherwise, it might make sense to do SSL through libevent instead, which could be abstracted through bufferevents, and would work transparently. Might make more sense.

DONE. Uses a hybrid of cl+ssl and libevent's ssl bufferevent filter. Same API as drakma. works terrific (so far, at least).