patch for bug #22805

php.internals

Moriyoshi Koizumi

23 years ago
Attached is the patch for bug #22805. The problem is because the total length of buckets obtained in each ap_get_brigade call isn't necessarily as long as expected by SAPI_POST_READER_FUNC if more data are coming in the stream. Moriyoshi