Searched refs:streamSize (Results 1 – 2 of 2) sorted by relevance
1037 auto streamSize = stream.tellg(); in GetIOStreamLength() local1039 return streamSize; in GetIOStreamLength()
164 auto streamSize = GetIOStreamLength(*body); in addBody() local165 httpRequest->setHeader(Http::CONTENT_LENGTH, std::to_string(streamSize)); in addBody()
Completed in 10 milliseconds