swallow headers in trust list response
This commit is contained in:
@@ -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<>()
|
||||
|
||||
Reference in New Issue
Block a user