redirect status code not working

Hi,

this redirect in my SiteController works fine but did not take the status code, it remains 302.


$this->redirect($route, 301);

Is there any way the statuscode gets overwritten?

Thanks!