Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_connection.hpp45 constexpr uint64_t loggedOutPostBodyLimit = 4096U; variable
425 return loggedOutPostBodyLimit; in getContentLengthLimit()
456 if (*contentLength > loggedOutPostBodyLimit && in handleContentLengthError()
462 logPtr(this), *contentLength, loggedOutPostBodyLimit); in handleContentLengthError()