8p / EightPointsGuzzleBundle

⛽️ Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony
MIT License
440 stars 71 forks source link

Error in RequestHeaderMiddleware if headers are missing #19

Closed yvmarques closed 9 years ago

yvmarques commented 9 years ago

Looks like the method getHeaders returns null if you don't set any header in the configuration.

florianpreusner commented 9 years ago

Hi,

thanks for your report. Can you verify that the fix is working for you? I'm going to create a new version if everything is fine.

Thanks and best regards Florian

yvmarques commented 9 years ago

Hi,

It works for me :+1:

-- Yvan