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
Describe the bug
HttpMateClient:
Empty body values are being deserialized using MapMate and that causes the requests to fail, even though empty body is perfectly fine. That is because MapMate is failing deserializing empty strings.
To Reproduce
Issue a request that results in a response from the server, with the response body being empty
Expected behavior
The request should not fail
The text was updated successfully, but these errors were encountered:
staenker
changed the title
[BUG]
[BUG] HttpMateClient: Empty body values are being deserialized using MapMate and that causes the requests to fail
Sep 30, 2019
Describe the bug
HttpMateClient:
Empty body values are being deserialized using MapMate and that causes the requests to fail, even though empty body is perfectly fine. That is because MapMate is failing deserializing empty strings.
To Reproduce
Issue a request that results in a response from the server, with the response body being empty
Expected behavior
The request should not fail
The text was updated successfully, but these errors were encountered: