Add on_write_progress
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user