Opened 15 years ago
Closed 15 years ago
#986 closed defect (fixed)
Assertion when authorization PJSIP_AUTH_AUTO_SEND_NEXT is enabled (thanks Zhefeng Du for the report)
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.5 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
Please see PJSIP_AUTH_AUTO_SEND_NEXT documentation for the reference.
If this flag is enabled, but PJSIP_AUTH_HEADER_CACHING is not, assertion will be triggered in sip_auth_client.c:710, and/or no Authorization header will be sent.
This is because last challenge is not saved.
Change History (2)
comment:1 Changed 15 years ago by bennylp
- Description modified (diff)
comment:2 Changed 15 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r2988: