etcd/rafthttp
Yicheng Qin eeaf12beb1 rafthttp: use /raft/stream for MsgApp stream
New rafthttp uses /raft/stream/msgapp for MsgApp stream, but v2.0 rafthttp
cannot understand it. Use the old endpoint /raft/stream instead for backward
compatibility, and plan to move to new endpoint in the version after the
next one.
2015-02-28 11:35:16 -08:00
..
coder.go rafthttp: add copyright header 2015-02-28 11:35:16 -08:00
http.go rafthttp: refactor peer and add general stream 2015-02-28 11:35:16 -08:00
http_test.go rafthttp: add back tests that commentted out 2015-02-28 11:35:16 -08:00
message.go rafthttp: add copyright header 2015-02-28 11:35:16 -08:00
message_test.go rafthttp: add util, msgapp, message test 2015-02-28 11:35:16 -08:00
msgapp.go rafthttp: add back tests that commentted out 2015-02-28 11:35:16 -08:00
msgapp_test.go rafthttp: add util, msgapp, message test 2015-02-28 11:35:16 -08:00
peer.go rafthttp: refactor peer and add general stream 2015-02-28 11:35:16 -08:00
pipeline.go rafthttp: refactor peer and add general stream 2015-02-28 11:35:16 -08:00
pipeline_test.go rafthttp: refactor peer and add general stream 2015-02-28 11:35:16 -08:00
stream.go rafthttp: use /raft/stream for MsgApp stream 2015-02-28 11:35:16 -08:00
transport.go rafthttp: refactor peer and add general stream 2015-02-28 11:35:16 -08:00
transport_test.go rafthttp: add back tests that commentted out 2015-02-28 11:35:16 -08:00
util.go rafthttp: add back tests that commentted out 2015-02-28 11:35:16 -08:00
util_test.go rafthttp: add util, msgapp, message test 2015-02-28 11:35:16 -08:00