main.go: writeHTTPError doesn't put the error message in the response

Issue #255 new
Trek Hopton created an issue

The writeHTTPError function on line 1133 in main.go doesn’t include the error message in the response, it just includes the status code and arguments of the error. This should be fixed by extending the error string to include the error message.

Comments (0)

  1. Log in to comment