Variable Request._maxContentLength

maximum content length

struct Request
{
  // ...
  ulong _maxContentLength ;
  // ...
}