Closed 10xSebastian closed 6 years ago
PATCH
LHC was trying to encode a given body in it's default format (JSON), even though it might have been already decoded.
This PR patches the previous behaviour. When a body, using the JSON format, is already encoded (a string), it does not encode it (again).
PATCH
LHC was trying to encode a given body in it's default format (JSON), even though it might have been already decoded.
This PR patches the previous behaviour. When a body, using the JSON format, is already encoded (a string), it does not encode it (again).