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
This appears to be because NSUrlRequest.httpBody is nil, but httpBodyStream is what contains the data. Unfortunately, reading this stream consumes the body, so it looks like what needs to happen is for NetShears to copy the NSUrlRequest and recreate the request after reading the body.
Hi @dbreese
I'm facing the same issue as you mentioned before.
For a short debugging, currently I find a workaround for this issue by modifying the URLSessionConfiguration+Extension.swift by following code.
When attempting to view a request/response, the View Body for the Request Body is always blank, even though Content-Length is > 0.
Testing with 3.2.3 (and with latest from
master
)The text was updated successfully, but these errors were encountered: