14087: Federated fetch by PDH WIP
[arvados.git] / lib / controller / proxy.go
index 8c643d752e6fe4d6266ec169d4ff84c3bcbf66d1..2702c560736c6f56be3f5f9bc699f35701f02b81 100644 (file)
@@ -72,6 +72,7 @@ func (p *proxy) Do(w http.ResponseWriter,
                Header: hdrOut,
                Body:   reqIn.Body,
        }).WithContext(ctx)
+
        resp, err := client.Do(reqOut)
        if err != nil {
                httpserver.Error(w, err.Error(), http.StatusBadGateway)