Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2020-07-01 02:20:09 +0300
committerAnna Henningsen <anna@addaleax.net>2020-07-16 01:25:47 +0300
commite876c0c308bb98ed08ec9cae9f04a65a48517be5 (patch)
treee542873e53ea1a07e794394e3f3d14f070e97e99 /src/node_http2.h
parent9ae849120429870af17fbba5ed8c75a215daf899 (diff)
http2: add support for sensitive headers
Add support for “sensitive”/“never-indexed” HTTP2 headers. Fixes: https://github.com/nodejs/node/issues/34091 PR-URL: https://github.com/nodejs/node/pull/34145 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Diffstat (limited to 'src/node_http2.h')
-rw-r--r--src/node_http2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_http2.h b/src/node_http2.h
index 4ef9e9fbab0..f0c79cd27de 100644
--- a/src/node_http2.h
+++ b/src/node_http2.h
@@ -116,7 +116,6 @@ using Nghttp2SessionCallbacksPointer =
struct Http2HeadersTraits {
typedef nghttp2_nv nv_t;
- static const uint8_t kNoneFlag = NGHTTP2_NV_FLAG_NONE;
};
struct Http2RcBufferPointerTraits {