Searched refs:contentLength (Results 1 – 2 of 2) sorted by relevance
1637 long contentLength = urlConnection.getContentLengthLong(); in sendHttpProbe() local1642 } else if (contentLength == -1) { in sendHttpProbe()1651 } else if (contentLength <= 4) { in sendHttpProbe()
244 int contentLength = STRING_1K.length() * numPackets; in buildContinuingResponse() local246 .setHeader("Content-length", contentLength) in buildContinuingResponse()