ensure the response message is actually of type response
authorMichael Wallner <mike@php.net>
Tue, 8 Jul 2014 10:11:29 +0000 (12:11 +0200)
committerMichael Wallner <mike@php.net>
Tue, 8 Jul 2014 10:11:29 +0000 (12:11 +0200)
commit1383635acbd8c6a1e4f747d0d1960f625c1c02a2
tree3cc9b0e4142353f5ac27f88328cdf3a86c099c5b
parent4f87b202b31968d3afc037f260e4281d91e8ff13
ensure the response message is actually of type response

it could be uninitialized in case of early error, like DNS
fixes bug #67584
php_http_client.c