This commit is contained in:
6543 2022-11-07 23:22:32 +01:00
parent f31c0b1659
commit b473639103
No known key found for this signature in database
GPG Key ID: B8BE6D610E61C862
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ func shouldRespBeSavedToCache(resp *http.Response) bool {
return false
}
contentLengRaw := resp.Header.Get(contentLengthHeader)
contentLengRaw := resp.Header.Get(ContentLengthHeader)
if contentLengRaw == "" {
return false
}