Add on_write_progress

This commit is contained in:
2025-08-19 14:23:17 -04:00
parent c95aecfe8c
commit ecfb7f3307
6 changed files with 42 additions and 14 deletions

View File

@@ -122,7 +122,7 @@ bool Connection::writeBytes() {
// This reclaims memory from request parsing and response generation
arena_.reset();
return closeConnection_;
return false;
}
void Connection::tsan_acquire() {