Skip to content

Commit 51ec21c

Browse files
gengjiawenMylesBorins
authored andcommitted
src: remove unused field in node_http2.h
Signed-off-by: gengjiawen <[email protected]> PR-URL: #25727 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 7ed29fc commit 51ec21c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

‎src/node_http2.h‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,9 +336,6 @@ enum session_state_flags{
336336
SESSION_STATE_SENDING = 0x10,
337337
};
338338

339-
// This allows for 4 default-sized frames with their frame headers
340-
staticconstsize_tkAllocBufferSize = 4 * (16384 + 9);
341-
342339
typedefuint32_t(*get_setting)(nghttp2_session* session,
343340
nghttp2_settings_id id);
344341

0 commit comments

Comments
(0)