2002/06/05 19:52:23
[org.ibex.core.git] / src / org / xwt / HTTP.java
index 7fa5e3c..002cb32 100644 (file)
@@ -287,7 +287,7 @@ public class HTTP {
         } else {
             PrintWriter pw = new PrintWriter(new OutputStreamWriter(sock.getOutputStream()));
             pw.print("GET " + path + " HTTP/1.0\r\n");
-            System.out.println("GET " + path + " HTTP/1.0\r\n");
+            System.out.print("GET " + path + " HTTP/1.0\r\n");
             pw.print("User-Agent: XWT\r\n");
             pw.print(headers);
             pw.print("\r\n");