Eitaro Fukamachi

Results 238 comments of Eitaro Fukamachi

Dexador depends on `CL+SSL`, a wrapper library for OpenSSL. I suppose that you have older OpenSSL since the symbol was introduces at v0.9.4. ``` CRYPTO_num_locks() was added in OpenSSL 0.9.4...

Thank you for reporting! It seems Dex doesn't read the response body at all if the request is HEAD. https://github.com/fukamachi/dexador/blob/master/src/backend/usocket.lisp#L580 I'll try to fix it when I have time.

Could you show me the HTTP request/response of HEAD? I'm in trouble with reproducing it.

Perhaps, https://github.com/fukamachi/dexador/commit/8a011058b9920f81b4fd477085e7830ca84b9e56 fixes this problem. Please check if it still happens with the latest Dexador.

As datafly is not an ORM, it's out of the scope.

Perhaps f9ac0629f49d5c63d0527078fa5c65b9d94186a2 doesn't work?

Adding `asdf:` prefix is prohibitted by ASDF. See https://github.com/fukamachi/cl-project/pull/28#issuecomment-425273024 for the detail.

Thank you for your suggestion. When I wrote this library, Ironclad, CL cryptography library, didn't have the support of ECDSA. But, it seems Ironclad finally got it? (https://github.com/sharplispers/ironclad/issues/33) I can't...

cl-cookie doesn't support concatenated Set-Cookie header (at least) now because it can cause issues regardless of what the spec says. The main issue is commonly Set-Cookie header contains "," in...