go-ethereum/internal/download
Tanvir 51885e45fd internal/download: don't discard dst.Close error
When `io.Copy` succeeds but the buffered `Close` fails (e.g. disk full on `Flush`), the error was swallowed and verification reported a misleading hash mismatch instead of the real I/O failure. Keep the `Close` error when `io.Copy` didn't already produce one.
2026-05-03 16:17:59 +08:00
..
download.go internal/download: don't discard dst.Close error 2026-05-03 16:17:59 +08:00