Remove dead code, use proper send_ordered_response

And prepare to try to close a connection gracefully
This commit is contained in:
2025-09-15 15:08:19 -04:00
parent 9120c05847
commit 7ee5ca2a9b
3 changed files with 13 additions and 89 deletions

View File

@@ -206,6 +206,10 @@ uint32_t Connection::write_bytes() {
part.size()};
iov_count++;
}
if (message.close_after_send) {
break;
}
}
if (iov_count == 0)