X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/960e574bc6c559e67c12fc6ac844dd7aa6880051..753d0ef652e1593c0fbd204a3973554794215c2f:/services/keepstore/handlers.go diff --git a/services/keepstore/handlers.go b/services/keepstore/handlers.go index 9d49d80371..c7559a1bee 100644 --- a/services/keepstore/handlers.go +++ b/services/keepstore/handlers.go @@ -177,10 +177,6 @@ func GetBlockHandler(resp http.ResponseWriter, req *http.Request) { resp.Header().Set("Content-Length", fmt.Sprintf("%d", len(block))) - // If/when we support HTTP Range header (#3734), then Content-Length - // could be smaller than Block size - resp.Header().Set("X-Block-Size", fmt.Sprintf("%d", len(block))) - _, err = resp.Write(block) return