Task #1571
WriteHandle skips 14th segment (%0C)
Description
The problem was discovered with ndnputfile (http://gerrit.named-data.net/#/c/775).
For some reason, repo-ng does not request for 13th segment. Here is the log from ndnputfile:
cawka@cawka-mac repo-ng (master)]$ ./build/tools/ndnputfile /localhost/repo /NFD/COPYING COPYING.md setInterestFilter for /NFD/COPYING/%00%00%01E%BB%8A%E0%84 << /NFD/COPYING/%00%00%01E%BB%8A%E0%84/%00?ndn.Nonce=573679462 << /NFD/COPYING/%00%00%01E%BB%8A%E0%84/%01?ndn.Nonce=3991827583 << /NFD/COPYING/%00%00%01E%BB%8A%E0%84/%02?ndn.Nonce=428892760 << /NFD/COPYING/%00%00%01E%BB%8A%E0%84/%03?ndn.Nonce=1812434797 << /NFD/COPYING/%00%00%01E%BB%8A%E0%84/%04?ndn.Nonce=3981712101 << /NFD/COPYING/%00%00%01E%BB%8A%E0%84/%05?ndn.Nonce=3226605379 << /NFD/COPYING/%00%00%01E%BB%8A%E0%84/%06?ndn.Nonce=2403052521 << /NFD/COPYING/%00%00%01E%BB%8A%E0%84/%07?ndn.Nonce=3109089504 << /NFD/COPYING/%00%00%01E%BB%8A%E0%84/%08?ndn.Nonce=1766394146 << /NFD/COPYING/%00%00%01E%BB%8A%E0%84/%09?ndn.Nonce=2843747504 << /NFD/COPYING/%00%00%01E%BB%8A%E0%84/%0A?ndn.Nonce=2921752546 << /NFD/COPYING/%00%00%01E%BB%8A%E0%84/%0B?ndn.Nonce=2828292679 << /NFD/COPYING/%00%00%01E%BB%8A%E0%84/%0D?ndn.Nonce=4247086199 << /NFD/COPYING/%00%00%01E%BB%8A%E0%84/%0E?ndn.Nonce=3819478099 << /NFD/COPYING/%00%00%01E%BB%8A%E0%84/%0F?ndn.Nonce=1120233168 ...
Note that there is no request for /%0C
Updated by Alex Afanasyev almost 7 years ago
- Status changed from New to Code review
- % Done changed from 0 to 100