Merge pull request #11275 from YoyinZyc/stream-support-3.4

rafthttp: add 3.4 stream type
This commit is contained in:
Gyuho Lee 2019-10-18 10:25:53 -07:00 committed by GitHub
commit 6cf418ff6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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