12483: More loading speed.
[arvados.git] / sdk / go / keepclient / collectionreader_test.go
index 813a335df7f5033305b9e4041a57023d6e021197..df8bcb39dce2eaedf0a03c411bc4043ef8f0fe29 100644 (file)
@@ -82,6 +82,7 @@ func (h SuccessHandler) ServeHTTP(resp http.ResponseWriter, req *http.Request) {
                if !ok {
                        resp.WriteHeader(http.StatusNotFound)
                } else {
+                       resp.Header().Set("Content-Length", fmt.Sprintf("%d", len(buf)))
                        resp.Write(buf)
                }
        default: