Add test for pipeline request parsing bug
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user