Ignore:
Timestamp:
Jul 3, 2006 10:08:47 PM (17 years ago)
Author:
bennylp
Message:

Various performance improvements in PJSIP: (1) optimizing for common case to minimize stricmp() calls (header names, method, URI schemes), (2) added functionality in scanner to parse and unescape in-place, (3) etc..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/test-pjsip/msg_test.c

    r582 r583  
    5151    /* 'Normal' message with all headers. */ 
    5252    "INVITE sip:user@foo SIP/2.0\n" 
    53     "From: Hi I'm Joe <sip:joe.user@bar.otherdomain.com>;tag=123457890123456\r" 
     53    "from: Hi I'm Joe <sip:joe.user@bar.otherdomain.com>;tag=123457890123456\r" 
    5454    "To: Fellow User <sip:user@foo.bar.domain.com>\r\n" 
    5555    "Call-ID: 12345678901234567890@bar\r\n" 
     
    791791    pj_status_t status; 
    792792 
    793  
    794793    status = simple_test(); 
    795794    if (status != PJ_SUCCESS) 
Note: See TracChangeset for help on using the changeset viewer.