goharbor / acceleration-service

Provides a general service to support image acceleration based on kinds of accelerator like Nydus and eStargz etc.
Apache License 2.0
64 stars 26 forks source link

errdefs: add timeout case for NeedsRetryWithHTTP #290

Closed imeoer closed 2 months ago

imeoer commented 2 months ago

For some registry servers whose gateway has https on port 443 but does not forward the request to the registry server, an io timeout error occurs and we may need to fallback to http as well.