From 79ba0314e9bde654c14c2449a4910a35cb65700a Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 24 Mar 2017 14:00:01 -0400 Subject: milestone: only show issue-related count under issue list (#4316) --- routers/repo/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routers/repo/http.go') diff --git a/routers/repo/http.go b/routers/repo/http.go index e1cc5f96..9b893f27 100644 --- a/routers/repo/http.go +++ b/routers/repo/http.go @@ -243,7 +243,7 @@ func serviceRPC(h serviceHandler, service string) { err error ) - // Handle GZIP. + // Handle GZIP if h.r.Header.Get("Content-Encoding") == "gzip" { reqBody, err = gzip.NewReader(reqBody) if err != nil { -- cgit v1.2.3