Simplified buffer_mutex documentation.

This commit is contained in:
tastytea 2020-01-10 19:03:35 +01:00
parent 7ac1bc1377
commit fbcded6e1e
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 3 deletions

View File

@ -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
*/ */