Searched refs:contentLength (Results 1 – 2 of 2) sorted by relevance
559 const boost::optional<uint64_t> contentLength = in handleContentLengthError() local561 if (!contentLength) in handleContentLengthError()569 if (*contentLength > maxAllowedContentLength) in handleContentLengthError()574 if (*contentLength > loggedOutPostBodyLimit && in handleContentLengthError()575 *contentLength < httpReqBodyLimit) in handleContentLengthError()580 logPtr(this), *contentLength, loggedOutPostBodyLimit); in handleContentLengthError()590 logPtr(this), *contentLength, httpReqBodyLimit); in handleContentLengthError()
330 void init(const boost::optional<std::uint64_t>& contentLength, in init() argument333 if (contentLength) in init()337 value.str().reserve(static_cast<size_t>(*contentLength)); in init()