[config] Investigate how goroutines and Shutdown
should be handled in config modules
#9831
Labels
Shutdown
should be handled in config modules
#9831
Looking at this some more I really don't like that any component that uses
configtls
has to add this check. I am worried about components not realizing that theconfigtls.TLSSetting
embedded inconfighttp.ServerConfig
needs aShutdown
call.I think it is out of scope of this PR, which is only trying to solve a leak added by existing functionality, but I think we should take another look at how
config
modules should handle goroutines andShutdown
.Originally posted by @TylerHelmuth in #9220 (comment)
The text was updated successfully, but these errors were encountered: