16:56
<lain_>
Hi, with Apache + Passenger, Sinatra logs 200 OK requests to apache's error log. Why? I can disable that behavior with disable :logging but it still seems weird.
18:06
<kenn>
hmm, to make Thin work under multi-threaded, it turned out that I have to respond and return true to deferred?, but Sinatra::Delegator delegates it as a private method. How can I make it public?