fix http_get_request_body_stream() the same way like http_get_request_body()
authorMichael Wallner <mike@php.net>
Tue, 21 Feb 2012 10:05:05 +0000 (10:05 +0000)
committerMichael Wallner <mike@php.net>
Tue, 21 Feb 2012 10:05:05 +0000 (10:05 +0000)
commita2577d5a478ad62398cb8bafb7ad295cf9a8bdfd
tree938c617f3ea0380076ae7012e5c548c24bfc516b
parent11e10af01b2125c59f7a91cee615c2431a1b7196
fix http_get_request_body_stream() the same way like http_get_request_body()
(SAPI may hang at shutdown if request body is larger than 4k)
http_api.c