Fix stale comment referencing hardcoded log count

This commit is contained in:
J. Nick Koston
2026-03-12 16:58:53 -10:00
parent c3fee4a211
commit 17c833f891
+1 -1
View File
@@ -154,7 +154,7 @@ class APIFrameHelper {
return;
}
// Log messages 1-3: state transitions -1 -> 1 -> 2 -> -1 (flush on 3rd)
// Log messages: state transitions -1 -> 1 -> ... -> LOG_NAGLE_COUNT -> -1 (flush)
if (this->nodelay_state_ == NODELAY_ON) {
this->set_nodelay_raw_(false);
this->nodelay_state_ = 1;