MM-10417 Improve HTTPService for use in image proxy (#9966)
* Replaced httpservice with proper http.Client * Added HTTPService.MakeTransport * Expose timeouts used by HTTPServiceImpl * Add additional documentation to HTTPService * Remove MockedHTTPService * Fix missing license
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
f42c00ee53
Коммит
749a3e7538
@@ -425,9 +425,6 @@ func (s *Server) Shutdown() error {
|
||||
|
||||
s.DisableConfigWatch()
|
||||
|
||||
if s.HTTPService != nil {
|
||||
s.HTTPService.Close()
|
||||
}
|
||||
mlog.Info("Server stopped")
|
||||
return nil
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user