output/httpd: add more API documentation about locking

This commit is contained in:
Max Kellermann
2019-04-03 22:49:25 +02:00
parent 37b54179d8
commit 9111bc2c21
2 changed files with 14 additions and 0 deletions

View File

@@ -142,6 +142,8 @@ public:
/**
* Frees the client and removes it from the server's client list.
*
* Caller must lock the mutex.
*/
void Close() noexcept;