Browse Source
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!"}pull/126/head
yanyiwu
10 years ago
1 changed files with 6 additions and 1 deletions
Loading…
Reference in new issue