[tor-commits] [meek/master] We don't need to reflect Content-Type.

dcf at torproject.org dcf at torproject.org
Thu Sep 18 18:16:10 UTC 2014


commit 4c5734117aee37dc752cb157fdb209db9aa8ca31
Author: David Fifield <david at bamsoftware.com>
Date:   Thu Sep 18 11:05:46 2014 -0700

    We don't need to reflect Content-Type.
---
 appengine/reflect.go |    1 -
 1 file changed, 1 deletion(-)

diff --git a/appengine/reflect.go b/appengine/reflect.go
index a5ac291..416ca31 100644
--- a/appengine/reflect.go
+++ b/appengine/reflect.go
@@ -36,7 +36,6 @@ func pathJoin(a, b string) string {
 // bridge doesn't need to know. In responses, there may be things like
 // Transfer-Encoding that interfere with App Engine's own hop-by-hop headers.
 var reflectedHeaderFields = []string{
-	"Content-Type",
 	"X-Session-Id",
 }
 





More information about the tor-commits mailing list