X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b161916d6b97e8b7205670ecc972a590749dd93c..17d60c7ce9d7a358ab59c43d5c8d3afe506e5dad:/services/keepproxy/keepproxy.go diff --git a/services/keepproxy/keepproxy.go b/services/keepproxy/keepproxy.go index f857ed3e4e..2090c50686 100644 --- a/services/keepproxy/keepproxy.go +++ b/services/keepproxy/keepproxy.go @@ -509,9 +509,9 @@ func (h *proxyHandler) Put(resp http.ResponseWriter, req *http.Request) { // ServeHTTP implementation for IndexHandler // Supports only GET requests for /index/{prefix:[0-9a-f]{0,32}} // For each keep server found in LocalRoots: -// Invokes GetIndex using keepclient -// Expects "complete" response (terminating with blank new line) -// Aborts on any errors +// - Invokes GetIndex using keepclient +// - Expects "complete" response (terminating with blank new line) +// - Aborts on any errors // Concatenates responses from all those keep servers and returns func (h *proxyHandler) Index(resp http.ResponseWriter, req *http.Request) { setCORSHeaders(resp)