Everything
php
Learn
Community
Releases
The PHP Project
Learn
Community
Releases
The PHP Project
Home
»
Project
»
Newsgroups
»
php.internals
»
patch for bug #22805
»
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