zendframework / zend-http

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

Fixed the zero value in ContentLength #87

Closed ezimuel closed 8 years ago

ezimuel commented 8 years ago

This PR fixes zendframework/zend-http#26 allowing zero value (0) to Header/ContentLength

ezimuel commented 8 years ago

@weierophinney can you review and merge? Thanks!