Implement shutting down the write-side only
This commit is contained in:
@@ -39,7 +39,7 @@ TEST_CASE("Echo test") {
|
||||
// MessageSender)
|
||||
auto *conn_ptr = static_cast<Connection *>(conn.get());
|
||||
conn_ptr->append_bytes(std::exchange(handler.reply, {}),
|
||||
std::move(handler.arena), false);
|
||||
std::move(handler.arena), ConnectionShutdown::None);
|
||||
} else {
|
||||
REQUIRE(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user