Hi all,
In the callback we tried using:
simle_url_loader->ResponseInfo()->content_length = -1
simle_url_loader->ResponseInfo()->encoded_body_length = -1
simle_url_loader->ResponseInfo()->encoded_data_length = 742response_string->size() = 324,442
Is there a way to get the number of bytes that were sent over the wire that (more or less) correspond to the string size (324,442)? We don't need an exact number but a rough upper bound would be fine.
Thanks!
Florian