Skip to content

Commit

Permalink
Update stream.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
splitice committed Nov 30, 2021
1 parent afebcdd commit de5a3ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/quic/stream.cc
Original file line number Diff line number Diff line change
Expand Up @@ -595,9 +595,9 @@ void Stream::Resume() {
if (!outbound_source_->is_finished()) {
Session::SendSessionScope send_scope(session());
session()->ResumeStream(id_);
} else{
} /*else{
session()->ShutdownStreamWrite(id_);
}
} */
}
}

Expand Down

0 comments on commit de5a3ff

Please sign in to comment.