Searched refs:httpReqBodyLimit (Results 1 – 1 of 1) sorted by relevance
43 constexpr uint64_t httpReqBodyLimit = 1024UL * 1024UL * BMCWEB_HTTP_BODY_LIMIT; variable431 return httpReqBodyLimit; in getContentLengthLimit()459 *contentLength < httpReqBodyLimit) in handleContentLengthError()474 logPtr(this), *contentLength, httpReqBodyLimit); in handleContentLengthError()