Opened 15 years ago
Closed 15 years ago
#906 closed defect (fixed)
Transaction is not destroyed when transport timeout event comes later than transaction timeout (thanks Norma Steveley for the report)
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.4 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
Steps to reproduce:
- reduce transaction timeout to 16 seconds or less
- send request with TCP to an nonexistent address
- transaction timeout will occur first
- transport error event will be called, but transaction will not be destroyed
The corresponding ticket for 1.0 branch is #907
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 r2797