Merge branch 'dev/dev_xp' into dev/dev
This commit is contained in:
@@ -93,7 +93,7 @@ public class RequestInfoUtil {
|
||||
BufferedReader br = new BufferedReader(new InputStreamReader(conn.getInputStream()));
|
||||
String output;
|
||||
StringBuilder outputBuilder = new StringBuilder();
|
||||
System.out.println("Output from Server .... \n");
|
||||
// System.out.println("Output from Server .... \n");
|
||||
while ((output = br.readLine()) != null) {
|
||||
outputBuilder.append(output);
|
||||
System.out.println(output);
|
||||
|
||||
Reference in New Issue
Block a user