Skip to content

Commit aa03095

Browse files
committed
removed unused variable;
1 parent 1552cdc commit aa03095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server_http.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ namespace SimpleWeb {
470470
try {
471471
content_length = stoull(header_it->second);
472472
}
473-
catch(const std::exception &e) {
473+
catch(const std::exception &) {
474474
if(this->on_error)
475475
this->on_error(session->request, make_error_code::make_error_code(errc::protocol_error));
476476
return;

0 commit comments

Comments
 (0)