zendframework / zend-http

Http component from Zend Framework
BSD 3-Clause "New" or "Revised" License
134 stars 85 forks source link

Test if headers return last added header value #140

Closed thestanislav closed 6 years ago

thestanislav commented 6 years ago

If you add same header multiple times with different values, you will not be able to get last added header value;

weierophinney commented 6 years ago

Thanks for the test, @thestanislav! I was able to find a workable solution, and will release shortly.