Eitaro Fukamachi

Results 128 comments of Eitaro Fukamachi

Clack.Middleware.Session adds a key `:clack.session.options` to `env`. It is a hash-table to communicate with the middleware. It sees these keys -- `:expire`, `:change-id` and `:no-store`. You should be able to...

The middleware would be better to have an option for preventing sending "Set-Cookie" header if the session is empty. Doesn't it suit your case?

I think it would be nice if it doesn't send Set-Cookie header when "no-store" is non-NIL. However, I'm not willing to change the default behaviour from "I'm setting it to...

Clack v1 is deperecated. [Lack](https://github.com/fukamachi/lack) is a successor of it. Lack.Middleware.Session has `:keep-empty` option for choosing if sending the `Set-Cookie` header when the session is empty. (Default is `T`)

Is it really necessary though we have `:initform` of `defclass` to set the default value when `make-instance`?

This is just pending because I never used AllegroServe or Portable AllegroServe, but I'm interested in the benchmark results. I may raise its priority if you need it.

Thank you for these proposals. It seems most of them are reasonable. ``` 1. Using of `plists` for request and response data. ``` Your understanding is completely right. I thought...

I was still thinking about these proposals, and finally, I've noticed there are no reason to reject them. Though I don't agree whether the "rutil" syntax should be the default...

Don't specify `:fd` unless you'd like to use an existing socket to listen.

Write the code here. Does your Lisp implementation support threads?