Hello,
Is there a way to disable content-negotiation before receiving a single call?
The problem I'm trying to solve is that I want to write the content of the request to log if Gson throws a JsonParseException, but calling call.receiveText() from the exception handler will just result in a
RequestReceiveAlreadyFailedException: Request body consumption was failed
.
Patrick Louis
07/30/2020, 11:15 AM
For those running into similar issues: I solved it by building a custom