Files
seaweedfs/go/weed
yanyiwu 6f96862662 FIXED: When RaftServer cannot find a leader, Return a more readable error.
Before:
curl -F "file=1234" "http://127.0.0.1:9333/submit"
{"error":"Post http:///dir/assign: http: no Host in request URL"}
After:
curl -F "file=1234" "http://127.0.0.1:9333/submit"
{"error":"Raft Server not initialized!"}
2015-04-19 19:07:06 +08:00
..
2015-04-16 21:11:25 +00:00
2015-04-16 21:11:25 +00:00
2014-05-13 19:26:05 -07:00
2015-04-16 21:11:25 +00:00