This commit is contained in:
hns 2001-01-15 17:55:58 +00:00
parent 69589a1928
commit 52de687ae5

View file

@ -342,7 +342,7 @@ class Connection implements Runnable {
output.write (clength); output.write (clength);
output.write (Integer.toString (result.length).getBytes()); output.write (Integer.toString (result.length).getBytes());
output.write (doubleNewline); output.write (doubleNewline);
output.write (result); output.write (result);
output.flush (); output.flush ();
} else { } else {
output.write (httpversion.getBytes()); output.write (httpversion.getBytes());