From 97be94dc2d4a93c1810a60019a0e02c2c0f9ef97 Mon Sep 17 00:00:00 2001 From: Robert Zabel Date: Sun, 27 Sep 2015 10:08:10 +0200 Subject: [PATCH] remove 'Transfer-Encoding' from headers --- src/tailrecursion/ring_proxy.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tailrecursion/ring_proxy.clj b/src/tailrecursion/ring_proxy.clj index 2c019be..65c4237 100644 --- a/src/tailrecursion/ring_proxy.clj +++ b/src/tailrecursion/ring_proxy.clj @@ -46,6 +46,7 @@ :throw-exceptions false :as :stream} http-opts) request + (update :headers dissoc "Transfer-Encoding") prepare-cookies)) (handler req)))))