Skip to content

Commit

Permalink
tcp_server: fixed wrong idle_timeout arg label, fixed #588
Browse files Browse the repository at this point in the history
  • Loading branch information
urlesistiana committed Jan 17, 2023
1 parent dcc5220 commit e8fe435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/server/tcp_server/tcp_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type Args struct {
Listen string `yaml:"listen"`
Cert string `yaml:"cert"`
Key string `yaml:"key"`
IdleTimeout int `yaml:"idleTimeout"`
IdleTimeout int `yaml:"idle_timeout"`
}

func (a *Args) init() {
Expand Down

0 comments on commit e8fe435

Please sign in to comment.