Skip to content

Commit

Permalink
src: remove unused field in node_http2.h
Browse files Browse the repository at this point in the history
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 51ec21c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/node_http2.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 51ec21c

Please sign in to comment.