Open
Description
The error
failed to read the response: read: read next block: data size should be 0 < 980316009 < 134217728
is returned when executing the first query to a database over HTTP/S if the crendentials are incorrect.
This error is encountered when conn_http.go
executeRequest
calls msg, err := h.readRawResponse(resp)
The status code should be returned in addition to any errors from readRawResponse.