Skip to content

Commit

Permalink
mod_base: reapply change from d5604ec
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed Oct 21, 2013
1 parent 9c96611 commit 70a517b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mod_base/controllers/controller_comet.erl
Expand Up @@ -64,7 +64,7 @@ process_post(ReqData, Context) ->
Context1 = ?WM_REQ(ReqData, Context),
MRef = erlang:monitor(process, Context1#context.page_pid),
z_session_page:comet_attach(self(), Context1#context.page_pid),
TRef = start_timer(?COMET_FLUSH_EMPTY),
{ok, TRef} = start_timer(?COMET_FLUSH_EMPTY),
process_post_loop(Context1, TRef, MRef, false).


Expand Down

0 comments on commit 70a517b

Please sign in to comment.