📢 Describe the bug
Some transactions show payload size as -1. It is totally fine, since OkHttp returns this value in case the size is unknown. However, when I wanted to handle this value in Chucker UI I decided to check what other network interceptors show and found out that Stetho show sizes for transactions, which show -1 in Chucker.
🔧 Expected behavior
Transactions show actual size instead of -1.
📷 Screenshots

📢 Describe the bug
Some transactions show payload size as
-1. It is totally fine, since OkHttp returns this value in case the size is unknown. However, when I wanted to handle this value in Chucker UI I decided to check what other network interceptors show and found out that Stetho show sizes for transactions, which show-1in Chucker.🔧 Expected behavior
Transactions show actual size instead of
-1.📷 Screenshots