We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc1a5e commit 9268255Copy full SHA for 9268255
1 file changed
client/connection.go
@@ -117,6 +117,7 @@ func Execute(ctx context.Context, invocations []invocation.Invocation, conn Conn
117
if err != nil {
118
return nil, fmt.Errorf("sending message: %w", err)
119
}
120
+ defer res.Body().Close()
121
122
output, err := conn.Codec().Decode(res)
123
0 commit comments