Opened 15 years ago

Last modified 15 years ago

#686 closed defect

Failure to cancel outstanding DNS SRV query job (API change) — at Initial Version

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-1.0.1
Component: pjlib-util Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

The DNS SRV resolver (the pj_dns_srv_resolve() function) provides a feature to cancel outstanding DNS SRV query job, by using pj_dns_resolver_cancel_query().

This doesn't work for DNS SRV resolver, because once the resolver is in the state of resolving the host with DNS A resolution, the current query job is now different than that is returned by the original pj_dns_srv_resolve() call.

Change History (0)

Note: See TracTickets for help on using tickets.