mirror of https://github.com/zlatinb/muwire
swallow headers in trust list response
parent
7daf981f1a
commit
14857cb5ad
|
@ -102,6 +102,10 @@ class TrustSubscriber {
|
|||
return
|
||||
}
|
||||
|
||||
// swallow any headers
|
||||
String header
|
||||
while (( header = DataUtil.readTillRN(is)) != "");
|
||||
|
||||
DataInputStream dis = new DataInputStream(is)
|
||||
|
||||
Set<Persona> good = new HashSet<>()
|
||||
|
|
Loading…
Reference in New Issue