Skip to content

Commit

Permalink
fix: conectTimeout -> connectTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
auhlig committed Sep 11, 2017
1 parent 7cbb812 commit dd8fb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pkg/ingress/annotations/proxy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const (
// Configuration returns the proxy timeout to use in the upstream server/s
type Configuration struct {
BodySize string `json:"bodySize"`
ConnectTimeout int `json:"conectTimeout"`
ConnectTimeout int `json:"connectTimeout"`
SendTimeout int `json:"sendTimeout"`
ReadTimeout int `json:"readTimeout"`
BufferSize string `json:"bufferSize"`
Expand Down

0 comments on commit dd8fb96

Please sign in to comment.