fixed bugs for group leader search propagation by appending newline to query
git-svn-id: svn://anubis/gvsu@57 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
parent
dd4be30846
commit
5ced7328ae
@ -255,7 +255,7 @@ public class KaZaServer implements Runnable
|
|||||||
s.getInputStream()));
|
s.getInputStream()));
|
||||||
DataOutputStream os = new DataOutputStream(s.getOutputStream());
|
DataOutputStream os = new DataOutputStream(s.getOutputStream());
|
||||||
|
|
||||||
os.writeBytes("SRCH " + depth + " " + query);
|
os.writeBytes("SRCH " + depth + " " + query + "\n");
|
||||||
for (;;)
|
for (;;)
|
||||||
{
|
{
|
||||||
String inLine = br.readLine();
|
String inLine = br.readLine();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user