Skip to content

Commit

Permalink
fix fd in_http plugin keepalive_timeout option
Browse files Browse the repository at this point in the history
Signed-off-by: juicer <[email protected]>
  • Loading branch information
cw-Guo committed Oct 29, 2023
1 parent 3bc3c4c commit 2f7e54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/fluentd/v1alpha1/plugins/input/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ func (i *Input) httpPlugin(parent *params.PluginStore, loader plugins.SecretLoad
}

if httpModel.KeepLiveTimeout != nil {
parent.InsertPairs("keepLive_timeout", fmt.Sprint(*httpModel.KeepLiveTimeout))
parent.InsertPairs("keepalive_timeout", fmt.Sprint(*httpModel.KeepLiveTimeout))
}

if httpModel.AddHttpHeaders != nil {
Expand Down

0 comments on commit 2f7e54c

Please sign in to comment.