vault
vault copied to clipboard
handleAuditNonLogical: adjust behavior for early return on response error
This PR adjusts the behavior of the handleAuditNonLogical
func such that if an HTTP response is an error, we don't attempt to audit the response as it has already failed (and therefore we return earlier to the caller).
CI Results: All Go tests succeeded! :white_check_mark: