mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
app/vmagent/remotewrite: remove superflouos code after 1b7dc1e5a5
This commit is contained in:
parent
8fc8ef1aba
commit
c54cb3e63c
1 changed files with 0 additions and 1 deletions
|
@ -265,7 +265,6 @@ again:
|
|||
// drop block on 400 status code,
|
||||
// not expected that remote server will be able to handle it on retry
|
||||
// should fix https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1149
|
||||
_, _ = ioutil.ReadAll(resp.Body)
|
||||
_ = resp.Body.Close()
|
||||
c.packetsDropped.Inc()
|
||||
return true
|
||||
|
|
Loading…
Reference in a new issue