Home
last modified time | relevance | path

Searched refs:readEc (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/http/
H A Dhttp_body.hpp203 boost::system::error_code readEc; in getWithMaxSize() local
204 size_t read = body.file().read(fileReadBuf.data(), readReq, readEc); in getWithMaxSize()
205 if (readEc) in getWithMaxSize()
207 if (readEc != boost::system::errc::operation_would_block && in getWithMaxSize()
208 readEc != boost::system::errc::resource_unavailable_try_again) in getWithMaxSize()
211 readEc.message()); in getWithMaxSize()
212 ec = readEc; in getWithMaxSize()