Skip to content

Commit 56570a6

Browse files
dhurleyvepatel
andauthored
Update keepalive field for http upstreams (#311)
* fix: update keepalive field for http upstreams --------- Co-authored-by: Donal Hurley <[email protected]> Co-authored-by: Venktesh Shivam Patel <[email protected]>
1 parent 052c7d8 commit 56570a6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

client/nginx.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -358,11 +358,11 @@ type Upstreams map[string]Upstream
358358

359359
// Upstream represents upstream related stats.
360360
type Upstream struct {
361-
Zone string
362-
Peers []Peer
363-
Queue Queue
364-
Keepalives int
365-
Zombies int
361+
Zone string
362+
Peers []Peer
363+
Queue Queue
364+
Keepalive int
365+
Zombies int
366366
}
367367

368368
// StreamUpstreams is a map of stream upstream stats by upstream name.

0 commit comments

Comments
 (0)