good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit cb50d970 authored by Anmol Sethi's avatar Anmol Sethi
Browse files

Correct typo

Closes #172
parent 58ab202e
No related branches found
No related tags found
No related merge requests found
......@@ -329,7 +329,7 @@ func dial(ctx context.Context, u string, opts *DialOptions) (_ *Conn, _ *http.Re
rwc, ok := resp.Body.(io.ReadWriteCloser)
if !ok {
return nil, resp, fmt.Errorf("response body is not a io.ReadWriteCloser: %T", rwc)
return nil, resp, fmt.Errorf("response body is not a io.ReadWriteCloser: %T", resp.Body)
}
c := &Conn{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment