Skip to content

Commit acfbb0f

Browse files
committed
chore: useless this capture
1 parent caa2e34 commit acfbb0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/httpp/http/Connection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ void Connection::sendContinue(Callback&& cb)
349349
response_.setBody("").setCode(HttpCode::Continue);
350350

351351
sendResponse(
352-
[this, cb]
352+
[cb]
353353
{
354354
cb();
355355
}

0 commit comments

Comments
 (0)