Skip to content

Commit

Permalink
chore: useless this capture
Browse files Browse the repository at this point in the history
  • Loading branch information
daedric committed Jul 4, 2023
1 parent caa2e34 commit acfbb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/httpp/http/Connection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ void Connection::sendContinue(Callback&& cb)
response_.setBody("").setCode(HttpCode::Continue);

sendResponse(
[this, cb]
[cb]
{
cb();
}
Expand Down

0 comments on commit acfbb0f

Please sign in to comment.