Skip to content

Dealing with Redirections

Scott Godin edited this page Mar 5, 2021 · 1 revision

For all 3xx responses DUM will automatically try the candidate contacts one at a time (in q value order) until one is successful. Dum offers notification and control over this process if you install a RedirectHandler via dum->setRedirectHandler(). See RedirectHandler.hxx for callback methods.

Clone this wiki locally