mirror of
https://github.com/SagerNet/sing-shadowsocks.git
synced 2025-04-03 20:07:40 +03:00
Refactor error handler
This commit is contained in:
parent
14c8cee479
commit
574f87527b
7 changed files with 13 additions and 13 deletions
|
@ -122,8 +122,8 @@ func (s *Service) newConnection(ctx context.Context, conn net.Conn, metadata M.M
|
|||
}, metadata)
|
||||
}
|
||||
|
||||
func (s *Service) HandleError(err error) {
|
||||
s.handler.HandleError(err)
|
||||
func (s *Service) NewError(ctx context.Context, err error) {
|
||||
s.handler.NewError(ctx, err)
|
||||
}
|
||||
|
||||
type serverConn struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue