Add test for pipeline request parsing bug

This commit is contained in:
2025-09-14 20:53:19 -04:00
parent f62770c4ab
commit 632113f792
3 changed files with 87 additions and 1 deletions

View File

@@ -25,7 +25,6 @@ struct EchoHandler : ConnectionHandler {
TEST_CASE("Echo test") {
EchoHandler handler;
weaseldb::Config config;
config.server.io_threads = 1;
auto server = Server::create(config, handler, {});
int fd = server->create_local_connection();