Project

General

Profile

Bug #2212

Updated by Junxiao Shi over 9 years ago

I find this problem when testing NDNS, where validator requests certificate from NDNS. 
 But when NDNS returns NDNS-NACK, which means that certificate does not exist, validator would present: "BER decode error" and exits. 
 The exception could be caught from Face.processEvents(). 

 Since Validator replies on NDNS, it is not supposed to throws exception which leads that Face.processEvents() stops blocking. 

 ps, NDNS-NACK NDNS-NACk is a Data packet whose MetaInfo contains a AppMetaInfo field.

Back