Closed chenBright closed 2 months ago
Issue Number:
Problem Summary:
当前server鉴权失败时,会直接关闭连接。client只有EEOF的错误,没法快速定位问题。
EEOF
Changed:
在Authenticator增加一个接口,支持返回一个错误响应给client再关闭连接。
Authenticator
Side effects:
Performance effects(性能影响):
Breaking backward compatibility(向后兼容性):
LGTM
What problem does this PR solve?
Issue Number:
Problem Summary:
当前server鉴权失败时,会直接关闭连接。client只有
EEOF
的错误,没法快速定位问题。What is changed and the side effects?
Changed:
在
Authenticator
增加一个接口,支持返回一个错误响应给client再关闭连接。Side effects:
Performance effects(性能影响):
Breaking backward compatibility(向后兼容性):
Check List: