Changeset 792


Ignore:
Timestamp:
Nov 6, 2006 1:19:20 PM (17 years ago)
Author:
bennylp
Message:

Removed multiple Via headers checking in transport, as
proxies will receive multiple Via headers.
Thanks Aldo <acampi at deis.unibo.it>.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_transport.c

    r735 r792  
    11421142        /* Drop response message if it has more than one Via. 
    11431143        */ 
     1144        /* This is wrong. Proxy DOES receive responses with multiple 
     1145         * Via headers! Thanks Aldo <acampi at deis.unibo.it> for pointing 
     1146         * this out. 
     1147 
    11441148        if (msg->type == PJSIP_RESPONSE_MSG) { 
    11451149            pjsip_hdr *hdr; 
     
    11531157            } 
    11541158        } 
     1159        */ 
    11551160 
    11561161        /* Call the transport manager's upstream message callback. 
Note: See TracChangeset for help on using the changeset viewer.