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
I'm sure no one really supports this, but I have a simple POST with a body, I have verified that the body is present with Charles, yet Embassy seems to think there is no body. The content size is correct, yet the initialBody is always empty, and case .readingBody: handleBodyData(data) is never called, so my handler is never called at all. Calling a real server also works fine. I simply don't see how initialBody = bodyPart fails if the body is there.
The text was updated successfully, but these errors were encountered:
I'm sure no one really supports this, but I have a simple POST with a body, I have verified that the body is present with Charles, yet Embassy seems to think there is no body. The content size is correct, yet the initialBody is always empty, and case .readingBody: handleBodyData(data) is never called, so my handler is never called at all. Calling a real server also works fine. I simply don't see how initialBody = bodyPart fails if the body is there.
The text was updated successfully, but these errors were encountered: