Sign in
webkit
/
WebKit
/
5018b83b58300de6a946efbfe8a7056c14da27e0
/
.
/
LayoutTests
/
http
/
tests
/
xmlhttprequest
/
resources
/
chunked-transfer.php
blob: 2df122d44243f0fa1fdeeda753e7f347dc141f46 [
file
] [
log
] [
blame
]
<?
php
header
(
"Transfer-encoding: chunked"
);
header
(
"Cache-Control: no-cache, no-store"
);
flush
();
printf
(
"4\r\n<a/>\r\n"
);
flush
();
printf
(
"0\r\n\r\n"
);
?>