Merge 96c3ad35b87049ec419a35b6bfb8b9f9cfe225d3 into d7776de7d444935ea4385999711bd6331a98fecb

This commit is contained in:
mehrdadbn9 2026-02-05 23:49:35 +03:30 committed by GitHub
commit cfc8f2389c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1058,7 +1058,7 @@ func (c *Context) requestHeader(key string) string {
// bodyAllowedForStatus is a copy of http.bodyAllowedForStatus non-exported function.
func bodyAllowedForStatus(status int) bool {
switch {
case status >= 100 && status <= 199:
case status >= http.StatusContinue && status <= 199:
return false
case status == http.StatusNoContent:
return false