Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
src: remove unused field in node_http2.h
Signed-off-by: gengjiawen <technicalcute@gmail.com>
  • Loading branch information
gengjiawen committed Jan 26, 2019
commit 2b1bfa0f64a59a9d57b801ca8f0bd2ab62f9bd86
3 changes: 0 additions & 3 deletions src/node_http2.h
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,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