Searched refs:contentLength (Results 1 – 2 of 2) sorted by relevance
559 const boost::optional<uint64_t> contentLength = in handleContentLengthError() 561 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() 553 const boost::optional<uint64_t> contentLength = handleContentLengthError() local
293 void init(const boost::optional<std::uint64_t>& contentLength, in init() argument296 if (contentLength) in init()300 value.str().reserve(static_cast<size_t>(*contentLength)); in init()