You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
I'm not sure this is a bug because r.Response.Header.Set function normalize header key (if disableNormalizing isn't set). But I agree we should use the same keys (probable we should define constants for that)
Disabled header names' normalization may be useful only for proxying
incoming requests to other servers expecting case-sensitive
header names. See valyala/fasthttp#57
for details.
Seems like GET and HEAD handlers form identity headers differently.
The text was updated successfully, but these errors were encountered: