Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ebcdbeb

Browse filesBrowse files
gengjiawentargos
authored andcommitted
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>
1 parent 7c8d57d commit ebcdbeb
Copy full SHA for ebcdbeb

File tree

Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed
Open diff view settings
Collapse file

‎src/node_http2.h‎

Copy file name to clipboardExpand all lines: src/node_http2.h
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,9 +343,6 @@ enum session_state_flags {
343343
SESSION_STATE_SENDING = 0x10,
344344
};
345345

346-
// This allows for 4 default-sized frames with their frame headers
347-
static const size_t kAllocBufferSize = 4 * (16384 + 9);
348-
349346
typedef uint32_t(*get_setting)(nghttp2_session* session,
350347
nghttp2_settings_id id);
351348

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.