Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
src: remove redundant return
  • Loading branch information
gengjiawen committed Jun 12, 2019
commit 04a889461e3d1dd7d3e6e3865bcd977c748da2fa
2 changes: 0 additions & 2 deletions src/tls_wrap.cc
Original file line number Diff line number Diff line change
Expand Up @@ -610,8 +610,6 @@ void TLSWrap::ClearIn() {
// case because no further writes would succeed anyway.
pending_cleartext_input_ = std::move(data);
}

return;
}


Expand Down