diff --git a/lib/httparrot.ex b/lib/httparrot.ex index 0921f41..7062cc8 100644 --- a/lib/httparrot.ex +++ b/lib/httparrot.ex @@ -62,7 +62,9 @@ defmodule HTTParrot do body = JSX.prettify!(body) headers = List.keystore(headers, "content-length", 0, {"content-length", Integer.to_char_list(String.length(body))}) {:ok, req} = :cowboy_req.reply(status, headers, body, req) + req + else + req end - req end end