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:

  1. reduce transaction timeout to 16 seconds or less
  2. send request with TCP to an nonexistent address
  3. transaction timeout will occur first
  4. 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

Fixed in r2797

Note: See TracTickets for help on using tickets.