Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7 Preview Release
-
Fix Version/s: None
-
Component/s: Zend_Amf
-
Labels:None
Description
Returning nested arrays in Zend_AMF
produces Client.Data.UnderFlow NetStatus message in AS3
i.e.:
public function testNested(){
return array("items"=>array("a","b"));
}
when debugging in a tool like charles I get:
"AMF data is incomplete (50 bytes of 50 bytes). "
on the function above
Reported on
MacOSX10.5.5.
php 5.2.5
ZF 1.7 trunk
I was able to confirm the bug and am currently working on the resolution.