http: const up readonly H2_NON_FIELD

Closes #17996
This commit is contained in:
Caolán McNamara 2025-07-22 14:48:26 +01:00 committed by Daniel Stenberg
parent 293d922916
commit fb0b4c8710
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -4569,7 +4569,7 @@ struct name_const {
};
/* keep them sorted by length! */
static struct name_const H2_NON_FIELD[] = {
static const struct name_const H2_NON_FIELD[] = {
{ STRCONST("Host") },
{ STRCONST("Upgrade") },
{ STRCONST("Connection") },