Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
http
/
tests
/
xmlhttprequest
/
resources
/
chunked-transfer.php
blob: 2b79c7ffd4558c7c86b23628e8217a4c8734ce0b [
file
] [
log
] [
blame
]
<?
php
header
(
"Transfer-encoding: chunked"
);
flush
();
printf
(
"4\r\n<a/>\r\n"
);
flush
();
printf
(
"0\r\n\r\n"
);
?>