Home | History | Annotate | Download | only in http

Lines Matching defs:body_size

1872     int64 body_size = response_.headers->GetContentLength();
1873 if (body_size >= 0 && body_size <= current_size)