Browse Source

Merge pull request #1850 from yuanmomo/master

fix a crash problem
pull/1862/head
Kslr 5 years ago committed by GitHub
parent
commit
197793dc49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      proxy/shadowsocks/server.go

1
proxy/shadowsocks/server.go

@ -164,7 +164,6 @@ func (s *Server) handleConnection(ctx context.Context, conn internet.Connection,
To: "",
Status: log.AccessRejected,
Reason: err,
Email: request.User.Email,
})
return newError("failed to create request from: ", conn.RemoteAddr()).Base(err)
}

Loading…
Cancel
Save