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 8b4d53a commit 9a2b33bCopy full SHA for 9a2b33b
daemon/connection.cc
@@ -702,12 +702,6 @@ bool Connection::executeCommandsCallback() {
702
scheduler_info[getThread().index].add(duration_cast<microseconds>(ns));
703
addCpuTime(ns);
704
705
- if (state == State::running) {
706
- // We might have added data to the send queue; make sure that
707
- // we update the counters
708
- shutdownIfSendQueueStuck(start);
709
- }
710
-
711
if (state != State::running) {
712
if (state == State::closing) {
713
externalAuthManager->remove(*this);
0 commit comments