diff options
author | Brad King <brad.king@kitware.com> | 2022-10-31 18:09:53 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-10-31 18:09:53 (GMT) |
commit | 8b736054084a55d09627fed5700e6987a7d9e63f (patch) | |
tree | 60838d26abeaa452b37b2975fb52f5081eeb019a /Utilities/cmnghttp2/lib/nghttp2_hd.h | |
parent | 66c953677531b705c7c9e2080c62b47bb896007f (diff) | |
parent | 7ce2a682a3e2e488a74dbc745766ac74e12f6a24 (diff) | |
download | CMake-8b736054084a55d09627fed5700e6987a7d9e63f.zip CMake-8b736054084a55d09627fed5700e6987a7d9e63f.tar.gz CMake-8b736054084a55d09627fed5700e6987a7d9e63f.tar.bz2 |
Merge branch 'upstream-nghttp2' into update-nghttp2
# By nghttp2 upstream
* upstream-nghttp2:
nghttp2 2022-09-21 (87fef4ab)
Diffstat (limited to 'Utilities/cmnghttp2/lib/nghttp2_hd.h')
-rw-r--r-- | Utilities/cmnghttp2/lib/nghttp2_hd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/cmnghttp2/lib/nghttp2_hd.h b/Utilities/cmnghttp2/lib/nghttp2_hd.h index 2674028..6de0052 100644 --- a/Utilities/cmnghttp2/lib/nghttp2_hd.h +++ b/Utilities/cmnghttp2/lib/nghttp2_hd.h @@ -112,6 +112,7 @@ typedef enum { NGHTTP2_TOKEN_PROXY_CONNECTION, NGHTTP2_TOKEN_UPGRADE, NGHTTP2_TOKEN__PROTOCOL, + NGHTTP2_TOKEN_PRIORITY, } nghttp2_token; struct nghttp2_hd_entry; |