Skip to content

Commit

Permalink
[squash] make CI happy
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Dec 9, 2017
1 parent cf96acc commit 2c08345
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tls_wrap.cc
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,6 @@ int TLSWrap::DoWrite(WriteWrap* w,
void TLSWrap::OnAfterWriteImpl(WriteWrap* w, int status, void* ctx) {
TLSWrap* wrap = static_cast<TLSWrap*>(ctx);
wrap->EncOutAfterWrite(w, status);
wrap->UpdateWriteQueueSize();
}


Expand Down

0 comments on commit 2c08345

Please sign in to comment.