mirror of
https://github.com/curl/curl.git
synced 2026-06-06 11:44:15 +03:00
const up readonly H2_NON_FIELD
This commit is contained in:
parent
338f7e9e89
commit
2c70582fbc
1 changed files with 1 additions and 1 deletions
|
|
@ -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") },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue