Are Rate Limit Headers Broken?

Also should note that the response body is:

{
  error: 'Too Many Requests',
  status: 429,
  message: 'The app has exceeded the number of requests it may make per minute for this broadcaster.'
}

Again, the message implies the 1 minute bucket reset rather than leaky bucket as mentioned above.