1
0
mirror of https://github.com/coreos/ignition.git synced 2026-02-06 18:47:54 +01:00
Files
yasminvalim 03abc6440c internal/providers/packet: Ignore close error on answer to POST
This error would be triggered after the POST request had been
successfully posted with a non error response code, so ignore it.

Fixes lint:
```
Error return value of `respPost.Body.Close` is not checked (errcheck)
```
2025-08-07 12:37:44 +02:00
..