Home | History | Annotate | Download | only in plugins

Lines Matching defs:contentLength

1267                 String contentLength = headerFields.get("Content-Length");
1269 if (!contentLength.isNull())
1270 dataLength = min(contentLength.toInt(), (int)dataLength);