Skip to content

BUG #148

@huqiuyun

Description

@huqiuyun

[bug] NameSpaceUtil::formatNameServerURL
unsigned int index = nameServerAddr.find(ENDPOINT_PREFIX);
if (index != string::npos)

right:

int index = nameServerAddr.find(ENDPOINT_PREFIX);
if (index != string::npos) 

exmaple:
setNamesrvAddr("122.12.122.122:8080) , result: 122.122:8080

Metadata

Metadata

Assignees

No one assigned

    Labels

    duplicateThis issue or pull request already exists

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions