wandenberg / nginx-push-stream-module

A pure stream http push technology for your Nginx setup. Comet made easy and really scalable.
Other
2.22k stars 295 forks source link

IE Streaming #15

Closed ruiquelhas closed 12 years ago

ruiquelhas commented 12 years ago

Hi there,

first of all, congratulations for your work. I'm really enjoying this module.

Now, talking about the "issue", correct me if i'm wrong, but I think there might be a little issue when trying to use streaming mode on IE browsers (I've been trying this on Browserling). I guess the pushstream library is fooled by the browser which somehow (probably due to iFrame support check) informs that the method is actually allowed but in reality it does not work.

I could fix this myself, but I don't seem to understand how we can actually check for support in a proper manner.

Any thoughts on this?

Thanks and keep up the good work.

Best regards.

wandenberg commented 12 years ago

Hi Rui,

thanks for the compliment

Could you explain better what is the problem you have detected?

Give a try with your browser on http://www.nginxpushstream.com/chat.html to see if the problem occurs. I have tested on IE 7 - 9 and it was ok.

If you can, describe step by step how can I reproduce the problem, and I will solve it.

Regards, Wandenberg

On Thu, Feb 9, 2012 at 4:01 PM, Rui Quelhas < reply@reply.github.com

wrote:

Hi there,

first of all, congratulations for your work. I'm really enjoying this module.

Now, talking about the "issue", correct me if i'm wrong, but I think there might be a little issue when trying to use streaming mode on IE browsers (I've been trying this on Browserling). I guess the pushstream library is fooled by the browser which somehow (probably due to iFrame support check) informs that the method is actually allowed but in reality it does not work.

I could fix this myself, but I don't seem to understand how we can actually check for support in a proper manner.

Any thoughts on this?

Thanks and keep up the good work.

Best regards.


Reply to this email directly or view it on GitHub: https://github.com/wandenberg/nginx-push-stream-module/issues/15

ruiquelhas commented 12 years ago

Hi there,

seems legit lol, the sample chat app actually seems to work in Stream mode. I probably made some mistake building the template on the server.

Sorry and thanks again.

Keep up the good work.

Regards.

ruiquelhas commented 12 years ago

Sorry for re-opening this,

but I guess the problem might be related to the code provided, at the README, for the forever iFrame server-side template itself.

Thanks again.

Regards.

wandenberg commented 12 years ago

Hi Rui,

Thanks for report that.

I fixed the doc. Please, test it again.

Regards, Wandenberg

On Fri, Feb 10, 2012 at 8:17 AM, Rui Quelhas < reply@reply.github.com

wrote:

Sorry for re-opening this,

but I guess the problem might be related to the code provided in the forever iFrame server-side template itself.

Thanks again.

Regards.


Reply to this email directly or view it on GitHub:

https://github.com/wandenberg/nginx-push-stream-module/issues/15#issuecomment-3904038

ruiquelhas commented 12 years ago

Thanks, it seems to be working.

Something related to the location probably. I was lazy to check.

Regards.