X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e41260f6a5b14753fcad27fbd0e0515a051a4671..01cc618477e897423d6144beb082792e06a0e6b6:/services/keepstore/handlers.go diff --git a/services/keepstore/handlers.go b/services/keepstore/handlers.go index 16c39c2c88..8930b79c33 100644 --- a/services/keepstore/handlers.go +++ b/services/keepstore/handlers.go @@ -19,7 +19,6 @@ import ( "net/http" "os" "regexp" - "runtime" "strconv" "strings" "syscall" @@ -126,10 +125,6 @@ func GetBlockHandler(resp http.ResponseWriter, req *http.Request) { } func PutBlockHandler(resp http.ResponseWriter, req *http.Request) { - // Garbage collect after each PUT. Fixes #2865. - // See also GetBlockHandler. - defer runtime.GC() - hash := mux.Vars(req)["hash"] // Detect as many error conditions as possible before reading