• Blake Mizerany's avatar
    server/internal/registry: make pull send errors with Error field (#10326) · 4e535e61
    Blake Mizerany authored
    Previously, the pull handler would send an error message in the Status
    field, this prevented the client from using the message as a signal to
    stop. In the case of the "run" command, it would follow the pull with a
    "show" which would print a nearly identical "not found" message for
    unresolved models.
    
    Fixes #10307
    4e535e61
server.go 10.8 KB