★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/51ec21cb17Nouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files
src: remove unused field in node_http2.h
Signed-off-by: gengjiawen <technicalcute@gmail.com>

PR-URL: #25727
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
gengjiawen authored and MylesBorins committed May 16, 2019
1 parent 7ed29fc commit 51ec21cb17ac70b671a83c8f4e65e560d2fcc78e
Showing with 0 additions and 3 deletions.
  1. +0 −3 src/node_http2.h
@@ -336,9 +336,6 @@ enum session_state_flags {
SESSION_STATE_SENDING = 0x10,
};

// This allows for 4 default-sized frames with their frame headers
static const size_t kAllocBufferSize = 4 * (16384 + 9);

typedef uint32_t(*get_setting)(nghttp2_session* session,
nghttp2_settings_id id);

0 comments on commit 51ec21c

Please sign in to comment.