Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/oauth.c

    rce617f0 r2423c93  
    286286                             "Content-Type: application/x-www-form-urlencoded\r\n"
    287287                             "Content-Length: %zd\r\n"
     288                             "Connection: close\r\n"
    288289                             "\r\n"
    289290                             "%s", url_p.file, url_p.host, strlen( post ), post );
Note: See TracChangeset for help on using the changeset viewer.