Missing response with simultaneous requests - Please suggest.

Missing response with simultaneous requests - Please suggest.

I am writing an app, with lot of logic on client end (JS). Its a kind of polling application, polling multiple hosts simultaneously. (request same resource from multiple hosts. eg. http://host1/status, http://host2://status etc).

Same callback (different scopes bound) handles the response. I am getting response back from only one host, all others are lost. Data shows up as "null" in all callback invocations except one.

Firebug shows requests went thru (200 OK), received exact bytes of data (as many sent from host), but doesn't show response body (???).

Any comments/suggestion greatly appreciated. Thank you.

DRaj