Simplified buffer_mutex documentation.
This commit is contained in:
parent
7ac1bc1377
commit
fbcded6e1e
@ -156,9 +156,8 @@ protected:
|
|||||||
/*!
|
/*!
|
||||||
* @brief Mutex for #get_buffer a.k.a. _curl_buffer_body.
|
* @brief Mutex for #get_buffer a.k.a. _curl_buffer_body.
|
||||||
*
|
*
|
||||||
* This mutex is locked in `writer_body()` and
|
* This mutex is locked before anything is read or written from/to
|
||||||
* Connection::get_new_stream_contents before anything is read or written
|
* _curl_buffer_body.
|
||||||
* from/to _curl_buffer_body.
|
|
||||||
*
|
*
|
||||||
* @since 0.1.0
|
* @since 0.1.0
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user