Changeset 1269 for pjproject/trunk/pjsip/src/pjsip/sip_parser.c
- Timestamp:
- May 12, 2007 3:03:23 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_parser.c
r1240 r1269 909 909 parsing_headers = PJ_FALSE; 910 910 911 retry_parse: 911 912 PJ_TRY 912 913 { … … 1055 1056 /* Continue parse next header, if any. */ 1056 1057 if (!pj_scan_is_eof(scanner) && !IS_NEWLINE(*scanner->curptr)) { 1057 goto parse_headers;1058 goto retry_parse; 1058 1059 } 1059 1060 }
Note: See TracChangeset
for help on using the changeset viewer.