Merge branch '15106-trgm-text-search'
[arvados.git] / lib / controller / proxy.go
index c01c152352e6b8f101179bf38add3b0574a00c5d..c0b94c2b5f76d604e738c2d9bc43d3a01f8bf5dc 100644 (file)
@@ -32,6 +32,7 @@ var dropHeaders = map[string]bool{
        "Keep-Alive":          true,
        "Proxy-Authenticate":  true,
        "Proxy-Authorization": true,
+       // this line makes gofmt 1.10 and 1.11 agree
        "TE":                true,
        "Trailer":           true,
        "Transfer-Encoding": true, // *-Encoding headers interfer with Go's automatic compression/decompression