From 5a4b57de7d7b269d0b10f78f7c37ded19de25a92 Mon Sep 17 00:00:00 2001 From: Wiebe Cazemier Date: Sun, 31 Jul 2022 17:18:26 +0200 Subject: [PATCH] Fix Session::requiresQoSQueueing() --- session.cpp | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/session.cpp b/session.cpp index fd22f31..2854a53 100644 --- a/session.cpp +++ b/session.cpp @@ -39,8 +39,6 @@ void Session::increaseFlowControlQuota() bool Session::requiresQoSQueueing() const { - return true; - const std::shared_ptr client = makeSharedClient(); if (!client) -- libgit2 0.21.4