When adding multiple links via EC a response is created for each link, which is then discarded in favour for the next response. There should be only a single response created and sent, reporting either success (for all links) or failure when adding any of the links fails. The failure message could describe the reason and the number of links that failed to add.
The bug was revealed by pull request #205 .
@sc0w are you up to the challenge?