Skip to content

Commit 5d8e7c7

Browse files
committed
Updated README
1 parent 17fc522 commit 5d8e7c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ The followings are built-in mappings:
190190
| webm | video/webm | zip | application/zip |
191191
| mp3 | audio/mp3 | wasm | application/wasm |
192192

193+
NOTE: These static file server methods are not thread-safe.
194+
193195
### File request handler
194196

195197
```cpp
@@ -199,8 +201,6 @@ svr.set_file_request_handler([](const Request &req, Response &res) {
199201
});
200202
```
201203

202-
NOTE: These static file server methods are not thread-safe.
203-
204204
### Logging
205205

206206
```cpp

0 commit comments

Comments
 (0)