History log of /PHP-8.1/sapi/fpm/tests/bug80849-fpm.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# a054ef2a 15-Jul-2021 Christoph M. Becker

Fix #80849: HTTP Status header truncation

While truncating the contents of a header is okay, we must never omit
the trailing CRLF.

Closes GH-7238.