Changeset 4281 for pjproject/trunk/pjsip/src/pjsip/sip_transport_tcp.c
- Timestamp:
- Oct 8, 2012 8:13:12 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_transport_tcp.c
r4262 r4281 690 690 &size, 0); 691 691 if (status != PJ_EPENDING) { 692 pj_lock_release(tcp->base.lock); 692 693 on_data_sent(tcp->asock, op_key, size); 694 pj_lock_acquire(tcp->base.lock); 693 695 } 694 696
Note: See TracChangeset
for help on using the changeset viewer.