Commit 5a4b57de7d7b269d0b10f78f7c37ded19de25a92

Authored by Wiebe Cazemier
1 parent e3a794e4

Fix Session::requiresQoSQueueing()

This was old debug code.

The effect is that QoS now doesn't do unnecessary queueing.
Showing 1 changed file with 0 additions and 2 deletions
session.cpp
@@ -39,8 +39,6 @@ void Session::increaseFlowControlQuota() @@ -39,8 +39,6 @@ void Session::increaseFlowControlQuota()
39 39
40 bool Session::requiresQoSQueueing() const 40 bool Session::requiresQoSQueueing() const
41 { 41 {
42 - return true;  
43 -  
44 const std::shared_ptr<Client> client = makeSharedClient(); 42 const std::shared_ptr<Client> client = makeSharedClient();
45 43
46 if (!client) 44 if (!client)