Explorar o código

rafthttp: add 3.3.0 support

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee %!s(int64=8) %!d(string=hai) anos
pai
achega
bd9bd71a61
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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},
 	}
 )