Skip to content

Commit 249d08d

Browse files
committed
Fix comment stating default http2 behavior in options
1 parent 12002b9 commit 249d08d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ type TransportOptions struct {
9797
ForceJaegerSample bool `long:"force-jaeger-sample" description:"Force all requests to be sampled for Jaeger tracing (use with --jaeger)"`
9898

9999
// HTTP/2 specific options
100-
UseHTTP2 bool `long:"http2" description:"Enable HTTP/2 for HTTP transport (enabled by default)"`
100+
UseHTTP2 bool `long:"http2" description:"Enable HTTP/2 for HTTP transport"`
101101

102102
// This is a hack to work around go-flags not allowing disabling flags:
103103
// https://github.com/jessevdk/go-flags/issues/191

0 commit comments

Comments
 (0)