goraft / raft

UNMAINTAINED: A Go implementation of the Raft distributed consensus protocol.
MIT License
2.43k stars 480 forks source link

handle Snapshot and SnapshotRecovery requests in the http transporter #154

Closed jvshahid closed 10 years ago

jvshahid commented 10 years ago

Support snapshot and snapshot recovery reqeusts in the http transport

jvshahid commented 10 years ago

I'm not sure you got a notification for my comments since the diff is outdated. FYI, i pushed a change to use url.Parse and u.Path and changed all references to Sprintf to use the new method.

benbjohnson commented 10 years ago

@jvshahid thanks!

:+1: :+1: :+1: