http://git.community.i2p/PurpleI2P/i2pd/commit/52ee861d3a97eb1027ed99eb690bfac6d942dd9c
s . length ( ) ) continue ; // skip empty line m_Subscriptions . push_back ( new AddressBookSubscription ( * this , s ) ) ; } } } else LogPrint ( eLogError , " Subscriptions already loaded " ) ; } AddressBookSubscription : : AddressBookSubscription ( AddressBook & book , const std : : string & link ) : m_Book ( book ) , m_Link ( link ) { @ -349,9 +372,14 @@ namespace client if ( leaseSet ) { std : : stringstream request , response ; // standard header request < < " GET " <...