Revert "closeOnBackpressure should block all further sending"

This reverts commit d4ffeadd88.
This commit is contained in:
Alex Hultman
2022-11-06 06:23:44 +01:00
parent d4ffeadd88
commit 7a363a8b10
2 changed files with 2 additions and 8 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ public:
/* There needs to be a maxBackpressure which will force close everything over that limit */
size_t maxBackpressure = 0;
unsigned char closeOnBackpressureLimit; /* 0, 1 (or 2 internally) */
bool closeOnBackpressureLimit;
bool resetIdleTimeoutOnSend;
bool sendPingsAutomatically;