mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-02 11:16:33 +03:00
docs(http_server): Updated the http_server doc regarding thread safety
Updated the http_server documentation mentioning that, APIs used in http_server aren't thread safe Closes https://github.com/espressif/esp-idf/issues/15877
This commit is contained in:
@@ -32,6 +32,8 @@ API 说明
|
||||
|
||||
其他 API 均可使用,没有其他限制。
|
||||
|
||||
.. note:: HTTPS 服务器的 API 并不是线程安全的。如果需要线程安全,应用层需自行确保在多个任务之间进行适当的同步。
|
||||
|
||||
如何使用
|
||||
---------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user