Ignore:
Timestamp:
Feb 22, 2008 8:36:06 AM (16 years ago)
Author:
bennylp
Message:

Ticket #492: Bug in strict route processing when challenged with 401/407 response

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_transport.h

    r1748 r1816  
    496496    /** The message in this buffer. */ 
    497497    pjsip_msg           *msg; 
     498 
     499    /** Strict route header saved by #pjsip_process_route_set(), to be 
     500     *  restored by #pjsip_restore_strict_route_set(). 
     501     */ 
     502    pjsip_route_hdr     *saved_strict_route; 
    498503 
    499504    /** Buffer to the printed text representation of the message. When the 
Note: See TracChangeset for help on using the changeset viewer.