Respond to CR.

pull/2/head
Matthew Chen 6 years ago
parent 40768825c8
commit 32965a0c14

@ -753,6 +753,9 @@ open class ProxiedContentDownloader: NSObject, URLSessionTaskDelegate, URLSessio
} else { } else {
owsFailDebug("Request has no headers.") owsFailDebug("Request has no headers.")
} }
if let httpBody = request.httpBody {
result += httpBody.count
}
return UInt(result) return UInt(result)
} }

Loading…
Cancel
Save