Closed candlerb closed 5 years ago
Note: the ability to show the error message body was removed in commit 97fbb726 with the description "Better error handling in client libraries."
It changed from displaying the response body, to displaying just the HTTP status message.
This patch means that both are now displayed.
This means that instead of seeing just
INTERNAL SERVER ERROR
in client logs, you seeINTERNAL SERVER ERROR: <message from remote host>