Skip to content

Commit c0e3baf

Browse files
committed
quic: Temporarily deactivate waited_next_
1 parent f54a658 commit c0e3baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dataqueue/queue.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ class NonIdempotentDataQueueReader final
481481
// status.
482482
if (!data_queue_->is_capped()) {
483483
// Do we have to call next?
484-
if (!(options & bob::OPTIONS_SYNC)) {
484+
if (!(options & bob::OPTIONS_SYNC) && false) {
485485
assert(!waited_next_);
486486
next(bob::Status::STATUS_WAIT, nullptr, 0, [](uint64_t) {});
487487
waited_next_ = std::move(next);

0 commit comments

Comments
 (0)