Final Commit
This commit is contained in:
@@ -170,7 +170,6 @@ public class HttpClientMultipartTest {
|
||||
while ((body = rd.readLine()) != null) {
|
||||
content += body + "\n";
|
||||
}
|
||||
rd.close();
|
||||
return content.trim();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user