Project

General

Profile

Task #4560

Updated by Junxiao Shi about 6 years ago

`Name(std::string uri)` and `name::Component::fromEscapedString` `name::Component::fromEscapeString` functions currently 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 shall be eliminated.

Back