8000 src: remove unused method in class Http2Stream by gengjiawen · Pull Request #25979 · nodejs/node · GitHub
[go: up one dir, main page]

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
J 8000 ump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/node_http2.h
Original file line number Diff line number Diff line change
Expand Up @@ -464,10 +464,6 @@ class Http2Stream : public AsyncWrap,

void EmitStatistics();

// Process a Data Chunk
void OnDataChunk(uv_buf_t* chunk);


// Required for StreamBase
int ReadStart() override;

Expand Down
0