Variable Response._contentLength

Server-supplied content length (can be -1 when unknown)

class Response
{
  // ...
  long _contentLength = -1L;
  // ...
}