From 5d8e7c761f596f402bd716380dadcc366b8a29d0 Mon Sep 17 00:00:00 2001 From: yhirose Date: Wed, 5 Jul 2023 08:45:05 -0400 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8560bcf..a0b183a 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,8 @@ The followings are built-in mappings: | webm | video/webm | zip | application/zip | | mp3 | audio/mp3 | wasm | application/wasm | +NOTE: These static file server methods are not thread-safe. + ### File request handler ```cpp @@ -199,8 +201,6 @@ svr.set_file_request_handler([](const Request &req, Response &res) { }); ``` -NOTE: These static file server methods are not thread-safe. - ### Logging ```cpp