Fail to call redirect in comet
Reported by yangho | July 16th, 2009 @ 05:30 AM
wf_comet:comet_flush() call wf_handle:build_post_redirect to handle redirect.
% Get the content to send back... Content1 = case IsRedirect of
true -> wf_handle:build_post_redirect(RedirectUrl);
false -> Content
end,
But build_post_redirect moved to wf_platform so it fail with undef.
Comments and changes to this ticket
-
Rusty Klophaus June 29th, 2010 @ 08:00 PM
- Milestone cleared.
- Milestone order changed from 0 to 0
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Nitrogen Web Framework for Erlang