olivere / elastic

Deprecated: Use the official Elasticsearch client for Go at https://github.com/elastic/go-elasticsearch
https://olivere.github.io/elastic/
MIT License
7.39k stars 1.15k forks source link

fix: res.Body must close #1678

Open yangdm0209 opened 9 months ago

yangdm0209 commented 9 months ago

It appears that there may be a goroutine leak due to a failure to close res.Body. This issue arises because the business logic involves frequent creation of clients, and the omission of closing res.Body is likely the cause of the leak.