Changeset 4747 for pjproject


Ignore:
Timestamp:
Feb 18, 2014 1:33:17 AM (10 years ago)
Author:
bennylp
Message:

Misc (re #1630): fixed failure to recognize short representation of Event header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip-simple/evsub.c

    r4718 r4747  
    253253/* Static vars. */ 
    254254static const pj_str_t STR_EVENT      = { "Event", 5 }; 
    255 static const pj_str_t STR_EVENT_S    = { "Event", 5 }; 
     255static const pj_str_t STR_EVENT_S    = { "o", 1 }; 
    256256static const pj_str_t STR_SUB_STATE  = { "Subscription-State", 18 }; 
    257257static const pj_str_t STR_TERMINATED = { "terminated", 10 }; 
Note: See TracChangeset for help on using the changeset viewer.