Kaynağa Gözat

rafthttp: add 3.3.0 support

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 8 yıl önce
ebeveyn
işleme
bd9bd71a61
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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},
 	}
 )