2002/06/05 19:52:23
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:47:56 +0000 (06:47 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:47:56 +0000 (06:47 +0000)
darcs-hash:20040130064756-2ba56-8054c3b335c96c0aceecd9a02e3b8509e7db2709.gz

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");