nothing
This commit is contained in:
parent
69589a1928
commit
52de687ae5
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||||
|
|
Loading…
Add table
Reference in a new issue