Baldinof / roadrunner-bundle

A RoadRunner worker integrated in your Symfony app
MIT License
270 stars 48 forks source link

"kernel.trusted_headers" must be an integer #150

Open okorneliuk opened 3 weeks ago

okorneliuk commented 3 weeks ago

I've tried Symfony 7.2-BETA1 and got the error:

InvalidArgumentException {
  #message: "Parameter "kernel.trusted_headers" must be an integer"
  #code: 0
  #file: "/var/www/html/app/vendor/baldinof/roadrunner-bundle/src/Worker/HttpWorker.php"
  #line: 60
  ...
}

Created PR to fix this: https://github.com/Baldinof/roadrunner-bundle/pull/149