21697: Fix typo. 21697-slow-client-blocking
authorTom Clegg <tom@curii.com>
Tue, 23 Apr 2024 18:10:30 +0000 (14:10 -0400)
committerTom Clegg <tom@curii.com>
Tue, 23 Apr 2024 18:10:30 +0000 (14:10 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

services/keep-web/handler.go

index d318b5cdd4edee5d419c321d688f9dd3a8f1385f..b9250efec76b8b45f599c30dc8961cbc3e279474 100644 (file)
@@ -611,7 +611,7 @@ func (h *handler) ServeHTTP(wOrig http.ResponseWriter, r *http.Request) {
                // When writing, we need to block session renewal
                // until we're finished, in order to guarantee the
                // effect of the write is visible in future responses.
-               // But if we're not writing, we can release the lcok
+               // But if we're not writing, we can release the lock
                // early.  This enables us to keep renewing sessions
                // and processing more requests even if a slow client
                // takes a long time to download a large file.