zendframework / zend-http

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

process the response from a proxy with "HTTP/1.1 200 Connection established" header line #184

Closed yugeon closed 4 years ago

yugeon commented 5 years ago

Fixing a bug when the response from a proxy contains first line as "HTTP/1.1 200 Connection established"

michalbundyra commented 5 years ago

@yugeon Thanks for your contribution. Would you be able to provide unit test to cover the change, please?

michalbundyra commented 4 years ago

Thanks, @yugeon!