swallow headers in trust list response

This commit is contained in:
Zlatin Balevsky
2019-07-02 20:35:50 +01:00
parent 7daf981f1a
commit 14857cb5ad

View File

@@ -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<>()