Hi,<br><br>we have a web server giving Json responses.  For proper failures it returns a non-200 status code and a failure description in the status message (e.g. the status line reads "HTTP/1.0 400 Empty method name".  AFAICS this status message is not passed through by Drakma's http-request.
<br><br>I locally made the attached changes (doing so, I found that read-status-line added the leading separating whitespace to its third value; I fixed that as well).  Any chance of having this or some other means to get to the message in the official code?
<br><br>    Holger<br><br>