10666: Merge branch 'master' into 10666-report-version
[arvados.git] / services / arv-git-httpd / auth_handler.go
index b7373b5c1ec5d1c5d5c94b3c135825f7a43a24ad..617c73282f633ac6ddbca83c2094c1acfe8f3f18 100644 (file)
@@ -188,5 +188,5 @@ func (h *authHandler) ServeHTTP(wOrig http.ResponseWriter, r *http.Request) {
        }
        r.URL.Path = rewrittenPath
 
-       h.handler.ServeHTTP(&w, r)
+       h.handler.ServeHTTP(w, r)
 }