Просмотр исходного кода

rafthttp: add 3.3.0 support

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 8 лет назад
Родитель
Сommit
bd9bd71a61
1 измененных файлов с 1 добавлено и 0 удалено
  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},
 	}
 )