minkphp / MinkBundle

Mink library integration bundle for Symfony2
MIT License
60 stars 18 forks source link

Fixed header parsing for Symfony driver. #20

Closed jakzal closed 12 years ago

jakzal commented 12 years ago

If there was a colon in a header it was parsed incorrectly.

For example if there was a full URL in a location header "http" was returned instead of "http://www.example.org/".