Skip to content

Commit 5a41300

Browse files
committed
fix: update keepalive field for http upstreams
1 parent 430d582 commit 5a41300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/nginx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ type Upstream struct {
361361
Zone string
362362
Peers []Peer
363363
Queue Queue
364-
Keepalives int
364+
Keepalive int
365365
Zombies int
366366
}
367367

0 commit comments

Comments
 (0)