You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: improve HTTP download error handling for wget and curl
- Updated `http_download_curl` to log HTTP errors using `log_err` instead of `log_debug`.
- Modified `http_download_wget` to check HTTP status codes, mirroring curl's behavior.
- Return exit status 1 for non-200 responses in `http_download_wget`.
- Standardized error logging across both download functions.
0 commit comments