Skip to content

Commit

Permalink
Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
appare45 committed Dec 26, 2024
1 parent 4474546 commit 78589bd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -448,10 +448,6 @@ func LoadConfig(conffile string) (*Config, error) {
if !config.Diagnostic {
config.Diagnostic = DefaultConfig.Diagnostic
}
if !config.DisableHTTPKeepAlive {
config.DisableHTTPKeepAlive = DefaultConfig.DisableHTTPKeepAlive
}

return config, err
}

Expand Down

0 comments on commit 78589bd

Please sign in to comment.