Browse Source

rafthttp: add 3.3.0 support

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 8 năm trước cách đây
mục cha
commit
bd9bd71a61
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      rafthttp/stream.go

+ 1 - 0
rafthttp/stream.go

@@ -55,6 +55,7 @@ var (
 		"3.0.0": {streamTypeMsgAppV2, streamTypeMessage},
 		"3.1.0": {streamTypeMsgAppV2, streamTypeMessage},
 		"3.2.0": {streamTypeMsgAppV2, streamTypeMessage},
+		"3.3.0": {streamTypeMsgAppV2, streamTypeMessage},
 	}
 )