v1.27.0-a #10

Closed
jonathanface wants to merge 473 commits from v1.27.0-a into master
Showing only changes of commit cdcb96567c - Show all commits

View File

@ -134,5 +134,5 @@ func ListenAndServe(ctx context.Context, dependencies *deps.Deps, shutdownChan c
log.Warn("Graceful shutdown successful")
}()
return nil
return srv.ListenAndServe()
}