Ignore:
Timestamp:
Jun 29, 2011 12:59:11 PM (13 years ago)
Author:
bennylp
Message:

Re #1252 (misc fixes): fixed encoding of nc parameter in the HTTP client that caused authentication to fail (thanks Johan Lantz for the pointer)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x/pjlib-util/src/pjlib-util/http_client.c

    r3553 r3600  
    13461346        const pj_str_t STR_MD5 = { "MD5", 3 }; 
    13471347        const pj_str_t qop = pj_str("auth"); 
    1348         const pj_str_t nc = pj_str("1"); 
     1348        const pj_str_t nc = pj_str("00000001"); 
    13491349        const pj_str_t cnonce = pj_str("b39971"); 
    13501350 
Note: See TracChangeset for help on using the changeset viewer.