Skip to content
Closed
Prev Previous commit
Next Next commit
remove whitespace
  • Loading branch information
clshortfuse committed Jun 18, 2020
commit 1e35afd326b9805fee575541da7d29ff26478050
2 changes: 1 addition & 1 deletion src/node_http2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ int Http2Session::OnDataChunkReceived(nghttp2_session* handle,
session->SendPendingData();
}
} while (len != 0);

// If end-stream flag is set, there is nothing more to read
if (flags & NGHTTP2_FLAG_END_STREAM) {
stream->EmitRead(UV_EOF);
Expand Down