Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#540] Fix parse address error when address has prefix "t"
in same cases, such as addr="http://tim.test.com:9876", then strings.TrimLeft(addr, "http(s)://") will get "im.test.com:9876" instead of "tim.test.com:9876" Signed-off-by: pengfei <[email protected]>
- Loading branch information