Skip to content

Commit 1ade8be

Browse files
committed
http_reply: Always return value from function, take two
First commit did not have all changes
1 parent 4f607a5 commit 1ade8be

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/http_reply.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,10 +352,8 @@ bool FilesystemHttpRequestHandler::operator()(const HttpRequest &request, boost:
352352
return false;
353353
}
354354
}
355-
else {
356355
return false;
357356
}
358-
}
359357

360358

361359
HttpServerRequestHandler HttpReply::stock_reply(HttpReply::status_type status)

0 commit comments

Comments
 (0)