Matt K
Matt K
Following up on note in docstring https://github.com/TheClimateCorporation/squeedo/blob/7cd35d61c093bbede64c4346a083a4350eae7767/src/com/climate/squeedo/sqs_consumer.clj#L39,L40 it would be nice to support computes that run on threadpools other than inside core.async go blocks.
Seems like there is an inconsistency between the [`:ring/request`](https://github.com/ring-clojure/ring-spec/blob/master/src/ring/core/spec.clj#L115) spec and the servlet implementation, in particular the map created by [`build-request-map`](https://github.com/ring-clojure/ring/blob/master/ring-servlet/src/ring/util/servlet.clj#L37). This is based on my assumption that the request...