Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_body.hpp188 size_t readReq = std::min(fileReadBuf.size(), maxSize); in getWithMaxSize() local
189 BMCWEB_LOG_INFO("Reading {}", readReq); in getWithMaxSize()
191 size_t read = body.file().read(fileReadBuf.data(), readReq, readEc); in getWithMaxSize()
208 ret.second = read == readReq; in getWithMaxSize()