关伟强
Results
1
issues of
关伟强
## Issue Description Type: *bug report* ### Describe what happened EndPoint的toString方法,打印host字段时格式有误 这是实际打印的:`{Endpoint{protocol=HTTP, host='localhost, port=8900}` ### Describe what you expected to happen 预期打印的应该是:`{Endpoint{protocol=HTTP, host=localhost, port=8900}` 或者 `{Endpoint{protocol=HTTP, host='localhost', port=8900}` ### How...
kind/bug