Skip to content

Commit 36547b4

Browse files
committed
http_reply: Always return value from function
1 parent d1b4a61 commit 36547b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/http_reply.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,8 @@ bool FilesystemHttpRequestHandler::operator()(const HttpRequest &request, boost:
350350
}
351351
}
352352
else {
353-
return false;
354-
}
353+
return false;
354+
}
355355
}
356356

357357

0 commit comments

Comments
 (0)