this.eventSource.onmessage服务器发送的事件"EventSource's response has a MIME type ("application/json") that is not "text/event-stream后端代码:弹簧反应堆/REST
@GetMapping(value="/events",produces = "text/event-stream;charset=UTF-8&
在获得Content-Type头信息时立即关闭连接,消息为:EventSource's response has a MIME type ("text/plain") that is not "text/event-stream即使服务器没有设置适当的text/event-stream内容类型,也可以使EventSource工作吗?