Update design.md
This commit is contained in:
@@ -113,7 +113,11 @@ bool Connection::writeBytes() {
|
||||
}
|
||||
}
|
||||
assert(messages_.empty());
|
||||
|
||||
// Reset arena after completing request/response cycle
|
||||
// This reclaims memory from request parsing and response generation
|
||||
arena_.reset();
|
||||
|
||||
return closeConnection_;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user