Searched refs:contentLength (Results 1 – 2 of 2) sorted by relevance
548 const boost::optional<uint64_t> contentLength = in handleContentLengthError() local550 if (!contentLength) in handleContentLengthError()558 if (*contentLength > maxAllowedContentLength) in handleContentLengthError()563 if (*contentLength > loggedOutPostBodyLimit && in handleContentLengthError()564 *contentLength < httpReqBodyLimit) in handleContentLengthError()569 logPtr(this), *contentLength, loggedOutPostBodyLimit); in handleContentLengthError()579 logPtr(this), *contentLength, httpReqBodyLimit); in handleContentLengthError()
252 void init(const boost::optional<std::uint64_t>& contentLength, in init() argument255 if (contentLength) in init()259 value.str().reserve(static_cast<size_t>(*contentLength)); in init()