Closed (fixed)
Project:
HTTP Parallel Request & Threading Library
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2013 at 23:31 UTC
Updated:
28 Feb 2013 at 00:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
mikeytown2 commenteddid not create a function for performance reasons.
The patch has been committed to 6.x & 7.x
Comment #2
mikeytown2 commentedCommitted this as well.
Comment #3
mikeytown2 commentedFound an issue with objects that do not have an iterator method. Thus I need to use a recursive function in order to make the code manageable now. Will go 8 levels deep inside the object or array. The following patch has been committed.