Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_body.hpp251 boost::system::error_code readEc; in getWithMaxSize() local
252 size_t read = body.file().read(fileReadBuf.data(), readReq, readEc); in getWithMaxSize()
253 if (readEc) in getWithMaxSize()
255 if (readEc != boost::system::errc::operation_would_block && in getWithMaxSize()
256 readEc != in getWithMaxSize()
260 readEc.message()); in getWithMaxSize()
261 ec = readEc; in getWithMaxSize()