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

Broken headers sent for EventSource #215

Closed DannyZB closed 8 years ago

DannyZB commented 8 years ago

All browsers report the eventsource header to be "text/event-stream; charset=UTF-8"

Internet explorer completely refuses to open the eventstream citing an "illegal content type"

wandenberg commented 8 years ago

@DannyZB

The content-type header is set respecting the EventSource specification for it.

And as far as I know the Internet Explorer does not natively support this protocol as you can see here