Skip to content

Commit eef27ff

Browse files
committed
fix merge conflict
1 parent 2e15d38 commit eef27ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

transport/control.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ const (
5151
initialWindowSize = defaultWindowSize // for an RPC
5252
initialConnWindowSize = defaultWindowSize * 16 // for a connection
5353
infinity = time.Duration(math.MaxInt64)
54-
defaultKeepaliveTime = infinity
55-
defaultKeepaliveTimeout = time.Duration(20 * time.Second)
54+
defaultClientKeepaliveTime = infinity
55+
defaultClientKeepaliveTimeout = time.Duration(20 * time.Second)
5656
defaultMaxStreamsClient = 100
5757
defaultMaxConnectionIdle = infinity
5858
defaultMaxConnectionAge = infinity

0 commit comments

Comments
 (0)