doc: improve and reference existing bug in the code (#356)
This commit is contained in:
@@ -25,6 +25,8 @@ func (c Client) MaybeRegister(ctx context.Context, metadata Metadata) error {
|
||||
return nil // we're already good
|
||||
}
|
||||
c.RegisterCalls.Add(1)
|
||||
// TODO(bassosimone): here we should use a CSRNG
|
||||
// (https://github.com/ooni/probe/issues/1502)
|
||||
pwd := randx.Letters(64)
|
||||
req := ®isterRequest{
|
||||
Metadata: metadata,
|
||||
|
||||
Reference in New Issue
Block a user