rstoyanchev / spring-mvc-chat

Sample code using the Spring MVC 3.2, Servlet-based, async support
172 stars 154 forks source link

IE 304 cause a Infinite loop #1

Open gxf20052139 opened 12 years ago

gxf20052139 commented 12 years ago

the real time message relies on the "pending ajax request", but in IE 9.0 , the ajax request will return the 304 status code without pending , there will be a Infinite loop , cause the browser hang. jquery library can send ajax with cache: false may solve this issue.

rstoyanchev commented 12 years ago

Thanks for the tip! If you have tested a fix locally and you can submit a pull request, that would be much appreciated.