| 117 | } |
| 118 | |
| 119 | std::string CurlResponse::getErrorString () const |
| 120 | { |
| 121 | std::lock_guard<std::recursive_mutex> lock (mStatusMutex); |
| 122 | return mErrorString; |
| 123 | } |
| 124 | |
| 125 | bool CurlResponse::headersReceived () const noexcept |
| 126 | { |
no outgoing calls
no test coverage detected