This commit is contained in:
2014-11-11 21:36:32 +01:00
parent b9a8fa68a5
commit c43c89fab3
6 changed files with 102 additions and 76 deletions
@@ -141,7 +141,7 @@ public class Uploader {
*/
public boolean finish(List<String> response) throws IOException {
response.clear();
writer.append(LINE_FEED).flush();
//writer.append(LINE_FEED).flush();
writer.append("--" + boundary + "--").append(LINE_FEED);
writer.close();