hoplon / castra

HTTP remote procedure call handler for Clojure.
170 stars 25 forks source link

decode-tunnel should use ring.util.request/body-string #8

Closed brendanyounger closed 10 years ago

brendanyounger commented 10 years ago

decode-tunnel currently calls slurp on the body of the request, but not all bodies are InputStreams. It should call ring.util.request/body-string instead.

micha commented 10 years ago

Awesome, thanks!

micha commented 10 years ago

Fixed in 5f5b68c99e225f557f50a0d0218445cc94455de5