We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99fc481 commit 9c116a6Copy full SHA for 9c116a6
2 files changed
src/quic/session.cc
@@ -546,7 +546,7 @@ struct Session::Impl final : public MemoryRetainer {
546
// as the reference from session to us may go away
547
// while we call OnTimeout
548
session_->OnTimeout();
549
- }) {
+ }) {
550
timer_.Unref();
551
}
552
DISALLOW_COPY_AND_MOVE(Impl)
src/quic/streams.cc
@@ -1395,8 +1395,7 @@ JS_METHOD_IMPL(DataQueueFeeder::Submit) {
1395
if (args[1]->IsBoolean() && args[1].As<v8::Boolean>()->Value()) {
1396
done = true;
1397
1398
- if (!args[0].IsEmpty() &&
1399
- !args[0]->IsUndefined() && !args[0]->IsNull()) {
+ if (!args[0].IsEmpty() && !args[0]->IsUndefined() && !args[0]->IsNull()) {
1400
CHECK_GT(feeder->pendingPulls_.size(), 0);
1401
auto chunk = args[0];
1402
0 commit comments