elastic / go-elasticsearch

The official Go client for Elasticsearch
https://github.com/elastic/go-elasticsearch#go-elasticsearch
Apache License 2.0
65 stars 617 forks source link

[Backport 8.x] Check error in BaseClient.Perform (#922) #923

Closed Anaethelion closed 5 days ago

Anaethelion commented 5 days ago

The http.Resonse will be nil on errors, so return early.

Fixes #913