Changeset 792 for pjproject/trunk
- Timestamp:
- Nov 6, 2006 1:19:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_transport.c
r735 r792 1142 1142 /* Drop response message if it has more than one Via. 1143 1143 */ 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 1144 1148 if (msg->type == PJSIP_RESPONSE_MSG) { 1145 1149 pjsip_hdr *hdr; … … 1153 1157 } 1154 1158 } 1159 */ 1155 1160 1156 1161 /* Call the transport manager's upstream message callback.
Note: See TracChangeset
for help on using the changeset viewer.