Project

General

Profile

Task #4560

Updated by Davide Pesavento about 6 years ago

`Name(std::string uri)` and `name::Component::fromEscapedString` functions currently strip strips whitespace from the input URI string. 
 This operation is [deemed unnecessary](https://gerrit.named-data.net/#/c/4627/1/src/name-component.cpp@119) and can be eliminated.

Back