I'm writing a piece of middleware in nodejs which accesses another server's restful api, including some items that have to get accessed through long polling. I'm using the xhr2 module to perform the GET of the long poll, but no data is coming back. Is there anything special I need to do for the long polling?
Additional notes that may add light: if I type the GET query into a Firefox browser's url bar, it happily fetches the data, while Chrome just sits there. -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/a1a01f6a-b155-453f-a0bf-df692d38abaf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
