There was an error while loading. Please reload this page.
1 parent 12002b9 commit 249d08dCopy full SHA for 249d08d
1 file changed
options.go
@@ -97,7 +97,7 @@ type TransportOptions struct {
97
ForceJaegerSample bool `long:"force-jaeger-sample" description:"Force all requests to be sampled for Jaeger tracing (use with --jaeger)"`
98
99
// HTTP/2 specific options
100
- UseHTTP2 bool `long:"http2" description:"Enable HTTP/2 for HTTP transport (enabled by default)"`
+ UseHTTP2 bool `long:"http2" description:"Enable HTTP/2 for HTTP transport"`
101
102
// This is a hack to work around go-flags not allowing disabling flags:
103
// https://github.com/jessevdk/go-flags/issues/191
0 commit comments