Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_connection.hpp64 constexpr uint64_t httpReqBodyLimit = 1024UL * 1024UL * BMCWEB_HTTP_BODY_LIMIT; variable
536 return httpReqBodyLimit; in getContentLengthLimit()
564 *contentLength < httpReqBodyLimit) in handleContentLengthError()
579 logPtr(this), *contentLength, httpReqBodyLimit); in handleContentLengthError()