Daniel Boelzle wrote:
some users of the calendar WCAP provider face a "redirect" status code
when a synchronous channel request is issued like

Just as a general note, doing sync HTTP requests is not a particularly good 
idea...

Due to the synchronous nature of these calls, I would expect the status
code being either an error code (i.e. the request has failed) or NS_OK.
If the channel is redirected, how do I get the redirected channel and
actually wait for that request being completed?

That's the problem, yeah. When the channel gets redirected, a completely new channel gets set up. There's no reasonable way to reflect this into he synchronous model...

-Boris
_______________________________________________
dev-tech-network mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-network

Reply via email to