Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_connection.hpp449 uint64_t maxAllowedContentLength = getContentLengthLimit(); in handleContentLengthError() local
451 if (*contentLength > maxAllowedContentLength) in handleContentLengthError()