Browse Source
Critical fix: The previous cleanup of sensitive logging inadvertently removed the error return statement when access key lookup fails. This caused the code to continue and call isCredentialExpired() on nil pointer, crashing the server. This explains EOF errors in CORS tests - server was panicking on requests with invalid keys.pull/7944/head
1 changed files with 1 additions and 2 deletions
Loading…
Reference in new issue