We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54744c5 commit 503f2daCopy full SHA for 503f2da
Sources/AWSLambdaRuntime/Lambda+LocalServer.swift
@@ -420,7 +420,7 @@ internal struct LambdaHTTPServer {
420
}
421
422
} catch let error as LambdaHTTPServer.Pool<LambdaHTTPServer.LocalServerResponse>.PoolError {
423
- logger.trace("PoolError catched")
+ logger.trace("PoolError caught")
424
// detect concurrent invocations of POST and gently decline the requests while we're processing one.
425
let response = LocalServerResponse(
426
id: requestId,
0 commit comments