swallow headers in trust list response

pull/9/head
Zlatin Balevsky 2019-07-02 20:35:50 +01:00
parent 7daf981f1a
commit 14857cb5ad
1 changed files with 4 additions and 0 deletions

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