Fixed HTTP POSTs
Final form fields were given an extra line-feed at the endpull/2/head
parent
159d233fc5
commit
755b1bda3b
|
@ -120,7 +120,7 @@ public class MultipartUtility {
|
|||
public String finish() throws IOException {
|
||||
StringBuilder response = new StringBuilder();
|
||||
|
||||
writer.append(LINE_FEED).flush();
|
||||
//writer.append(LINE_FEED).flush();
|
||||
writer.append("--" + boundary + "--").append(LINE_FEED);
|
||||
writer.close();
|
||||
|
||||
|
|
Loading…
Reference in New Issue