WineHQ: winetest: break the silence

Ferenc Wagner wferi at afavant.elte.hu
Wed Sep 29 10:42:36 CDT 2004


Hi Jer,

Can you see anything interesting in your logs around
16:00--17:30 CEST (+0200) Sep 29 from 157.181.170.74?  Looks
like I or Apache misunderstands RFC 2616, but at least that
"servers closed connection" error should have been gone now.
Last time I got silence only...

Feri.

ChangeLog: Be somewhat more explicit about a failure.

Index: winetest/winetest.cgi
===================================================================
RCS file: /home/wine/tools/winetest/winetest.cgi,v
retrieving revision 1.5
diff -u -r1.5 winetest.cgi
--- winetest/winetest.cgi	22 Jul 2004 14:17:00 -0000	1.5
+++ winetest/winetest.cgi	29 Sep 2004 14:40:43 -0000
@@ -65,6 +65,8 @@
         } else {
             print move_file $name;
         }
+    } else {
+        print "Error: empty request\n";
     }
     exit;
 }
@@ -94,5 +96,7 @@
     } else {
         print h2 (move_file $name);
     }
+} else {
+    print h2 ("Error: empty request");
 }
 print end_html;



More information about the wine-patches mailing list