mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
`ap_get_brigade()` may fail for different reasons, and we must not pretend that a partially read POST payload is fine; instead we report a content length of zero what matches all other `read_post()` callbacks of bundled SAPIs. Closes GH-10059.