http/tests/multipart/policy-ignore-crash.php returns a multipart response with part boundaries positioned incorrectly. A boundary is at the end of a long line, instead of being on its own line after CRLF. Some http implementations manage to parse this, others don't.
Created attachment 229668 [details] proposed fix
Committed <http://trac.webkit.org/r167500>.
And r167504.