You need to have JavaScript enabled to run this tests.
Behavior in Uncommon Cases
[3] success for valid uncommon response:
chunks size prefixed with 0 try src[4] success for valid uncommon response:
chunks size prefixed with 00 try src[5] success for valid uncommon response:
upper case size try src[6] success for valid uncommon response:
upper case size prefix with 0 try src
Debug
[1] success: simple and valid chunking
try src[2] success: content-length header, not chunked
try src[3] success: chunks size prefixed with 0
try src[4] success: chunks size prefixed with 00
try src[5] success: upper case size
try src[6] success: upper case size prefix with 0
try src[7] fail: negative size for 32bit uint
try src[8] fail: negative size for 64bit uint
try src[9] success: size followed by space
try src[10] fail: size followed by tab
try src[11] fail: size followed by <CR>
try src[12] fail: size followed by <LF>
try src[13] fail: size followed by char 'x'
try src