Add newline after URL file download
git-svn-id: file:///srv/svn/repo/marisa/trunk@7 d6811dac-2434-b64a-9ddc-f563ab233461
This commit is contained in:
@@ -122,7 +122,7 @@ func parse(w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
resp := conf.baseuri + conf.filectx + filepath.Base(tmp.Name())
|
resp := conf.baseuri + conf.filectx + filepath.Base(tmp.Name()) + "\r\n"
|
||||||
w.Write([]byte(resp))
|
w.Write([]byte(resp))
|
||||||
|
|
||||||
case "GET":
|
case "GET":
|
||||||
|
|||||||
Reference in New Issue
Block a user