From acfbb0fbc24cbb299a38a333f4a27f68c221af1a Mon Sep 17 00:00:00 2001 From: Thomas Sanchez Date: Tue, 4 Jul 2023 18:44:52 +0200 Subject: [PATCH] chore: useless this capture --- src/httpp/http/Connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/httpp/http/Connection.cpp b/src/httpp/http/Connection.cpp index 683bf76..d85897b 100644 --- a/src/httpp/http/Connection.cpp +++ b/src/httpp/http/Connection.cpp @@ -349,7 +349,7 @@ void Connection::sendContinue(Callback&& cb) response_.setBody("").setCode(HttpCode::Continue); sendResponse( - [this, cb] + [cb] { cb(); }