Skip to content

Commit

Permalink
Fix for #974
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand committed Mar 25, 2013
1 parent 154ede6 commit 6b4c4e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/chat/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@
<servlet-class>org.atmosphere.cpr.AtmosphereServlet</servlet-class>
<async-supported>true</async-supported>
<load-on-startup>0</load-on-startup>
<!--
<init-param>
<param-name>org.atmosphere.cpr.Broadcaster.supportOutOfOrderBroadcast</param-name>
<param-value>true</param-value>
</init-param>
-->
</servlet>
<servlet-mapping>
<servlet-name>AtmosphereServlet</servlet-name>
Expand Down

0 comments on commit 6b4c4e8

Please sign in to comment.