mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
This issue might happen if there is change of the fcgi stream when the buffer is full. Then the empty record is created which signals end of stream which is incorrect. The actual fix without a test was contributed by GitHub user @loveharmful in GH-3198.