fix golint issues, redis methods (#455)
This commit is contained in:
@@ -118,9 +118,9 @@ func VerifySignature(r *http.Request, securityHeader *ContentSecurityHeader, tol
|
||||
|
||||
if passed {
|
||||
return httpx.CodeSignaturePass
|
||||
} else {
|
||||
return httpx.CodeSignatureInvalidToken
|
||||
}
|
||||
|
||||
return httpx.CodeSignatureInvalidToken
|
||||
}
|
||||
|
||||
func computeBodySignature(r *http.Request) string {
|
||||
|
||||
Reference in New Issue
Block a user