Actions
Bug #1517
closedregisterPrefix adds the onInterest callback even when registration fails
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
04/21/2014
Due date:
% Done:
0%
Estimated time:
Description
Currently, registerPrefix adds the onInterest callback to the registeredPrefixTable_ before sending the registration command to the forwarder. If the registration fails, the callback remains in the registeredPrefixTable_. It should only add the callback after the registration command returns a success response.
Updated by Anonymous over 9 years ago
- Blocked by Task #2624: Deprecate ndnx packet format support, remove in a later release added
Updated by Anonymous over 9 years ago
- Project changed from 4 to NDN-CCL
This applies to all libraries. Set to blocked by test #2624 because the current process to register a prefix is tied up in NDNx support to get the ndndid. When we remove NDNx support, this will be more straightforward to fix.
Updated by Anonymous over 8 years ago
- Status changed from New to Closed
The fix is merged to master in all libraries.
Actions