Reid Draper

Results 17 comments of Reid Draper

Aha! Thanks @jonase, I realized `0N` wouldn't work prior to Clojure 1.3.0, but figured lein would use the version of clojure that my project.clj required. Thanks for the explanation.

Thanks @dkubb! We're picking back work on Airship internally, so should get to these great issues you are filing soon. Thanks.

Cool, I have a half-started branch that implements this. I'll finish it up and make a PR in the next week or so.

Is a single, resettable `max_workers_ever` stat generally useful in the meantime? The others stats are something I'd like to eventually get to, but are lower on my priority list.

> I could be completely misunderstanding you, but the max_workers_ever is just the pool size + the max overflow. What I'm curious about is max number of workers _checked out_....

Hey @jymok12. Thanks for the contribution! Can you give a little bit more context as to what you're trying to improve with this new wording?

Hey @Anton-Latukha, I haven't had time to work on this recently, so don't hesitate to publish it to Hackage! I'd just ask that you write a note that it's not...

See also [this PR](https://github.com/basho/webmachine/pull/117).

My first try is [here](https://github.com/basho/webmachine/compare/master...bugfix/ensure-body-read-before-responding). But this has an unexpected problem with requests made with except 100-continue. In that case, we don't want to read the body if the resource...

@purcell-nec we would absolutely merge this. Would you be interested in making a PR? Thanks for the suggestion, either way!