Skip to content

Commit

Permalink
Merge pull request #6449 from gyuho/supported-stream
Browse files Browse the repository at this point in the history
rafthttp: add v3.x to supported streams
  • Loading branch information
gyuho committed Sep 16, 2016
2 parents 143e2f2 + 8827619 commit 5c20531
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rafthttp/stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ var (
"2.1.0": {streamTypeMsgAppV2, streamTypeMessage},
"2.2.0": {streamTypeMsgAppV2, streamTypeMessage},
"2.3.0": {streamTypeMsgAppV2, streamTypeMessage},
"3.0.0": {streamTypeMsgAppV2, streamTypeMessage},
"3.1.0": {streamTypeMsgAppV2, streamTypeMessage},
}
)

Expand Down

0 comments on commit 5c20531

Please sign in to comment.