ollama/x/imagegen/transfer
Jeffrey Morgan 361d6c16c2
x/imagegen/transfer: fix timeout and progress reporting (#13679)
Removes 5-minute HTTP client timeout that caused "context deadline
exceeded" errors on large file downloads. Stall detection (10s)
already handles unresponsive connections.

Fixes progress bar total going down on resume by calculating total
from all blobs upfront and reporting already-downloaded bytes
as completed immediately.
2026-01-11 15:33:53 -08:00
..
download.go x/imagegen/transfer: fix timeout and progress reporting (#13679) 2026-01-11 15:33:53 -08:00
sparse_other.go Add z-image image generation prototype (#13659) 2026-01-09 21:09:46 -08:00
sparse_windows.go Add z-image image generation prototype (#13659) 2026-01-09 21:09:46 -08:00
transfer.go x/imagegen/transfer: fix timeout and progress reporting (#13679) 2026-01-11 15:33:53 -08:00
transfer_test.go x/imagegen/transfer: fix timeout and progress reporting (#13679) 2026-01-11 15:33:53 -08:00
upload.go Add z-image image generation prototype (#13659) 2026-01-09 21:09:46 -08:00