Calling RegenerateToken() in a request context where the client is not sending a CSRF cookie, two CSRF cookies will be generated:
map[Set-Cookie:[csrf_token=aZA5CKCpmzGwlyfyFZp1akOOo4dSbZEdSAziaN+nRYE=; Path=/; Domain=example.com; Max-Age=31536000; HttpOnly; Secure csrf_token=xe/JUh5YavyzQtmIqU018swoHmPN5nQsTSqSJscKJU4=; Path=/; Domain=example.com; Max-Age=31536000; HttpOnly; Secure] Vary:[Cookie]]
Depending on the order of the browser stores the cookie, this can lead to false-positive CSRF detection.