Don't try and convert data for 204 No Content responses. Fixes #13292. Fixes #13261.

This commit is contained in:
byroot
2013-01-24 02:33:17 +01:00
committed by jaubourg
parent 21af3a9213
commit eb47553eea
3 changed files with 33 additions and 3 deletions

5
test/data/nocontent.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
header('HTTP/1.0 204 No Content');
?>