Changeset 1933


Ignore:
Timestamp:
Apr 17, 2008 8:54:22 PM (16 years ago)
Author:
bennylp
Message:

Fixed bug: the status line in sipfrag content (for REFER) must ends with a CR-LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip-ua/sip_xfer.c

    r1417 r1933  
    405405    /* Create sipfrag content. */ 
    406406    body = (char*) pj_pool_alloc(tdata->pool, 128); 
    407     bodylen = pj_ansi_snprintf(body, 128, "SIP/2.0 %u %.*s", 
     407    bodylen = pj_ansi_snprintf(body, 128, "SIP/2.0 %u %.*s\r\n", 
    408408                               xfer_st_code, 
    409409                               (int)xfer_st_text->slen, 
Note: See TracChangeset for help on using the changeset viewer.