We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4ecb2 commit ec7776bCopy full SHA for ec7776b
docs/proposals/client-settings.md
@@ -107,7 +107,7 @@ type ClientSettingsPolicyConfig struct {
107
KeepAlive *KeepAlive `json:"keepAlive,omitempty"`
108
}
109
110
-// KeepAlive defines the keepalive settings.
+// KeepAlive defines the keep-alive settings.
111
type KeepAlive struct {
112
// Requests sets the maximum number of requests that can be served through one keep-alive connection.
113
// After the maximum number of requests are made, the connection is closed.
0 commit comments