Silence unused variable warning (#1613)

This commit is contained in:
Gregory Ling
2023-07-20 08:53:01 -05:00
committed by GitHub
parent b6f27a0c19
commit bf0d977cd0
+2
View File
@@ -245,6 +245,8 @@ public:
/* There is no timeout when failing to uncork for WebSockets,
* as that is handled by idleTimeout */
auto [written, failed] = Super::uncork();
(void)written;
(void)failed;
} else {
/* We are already corked, or can't cork so let's just call the handler */
handler();