You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the problem is chunked responses. Gzipped responses below the buffer limit will have Content-Length headers with the size set. For Transfer-Encoding: chunked responses we might be able to keep a running total of each chunk or just count the characters in the response at the end.
Would be nice to show the content length of the response.
And even better, if the response is compressed (gzipped), show both raw size and text size
The text was updated successfully, but these errors were encountered: