]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - _darcs/tentative_pristine
Twitter-bridge: fix for Twitter's new strict policy of rejecting HTTP POSTs with...
[quix0rs-gnu-social.git] / _darcs / tentative_pristine
1 hunk ./lib/twitter.php 31
2 -            // CURLOPT_USERAGENT        => "identi.ca",
3 +            # CURLOPT_USERAGENT        => "identi.ca",
4 hunk ./lib/twitter.php 33
5 -            CURLOPT_TIMEOUT            => 120
6 +            CURLOPT_TIMEOUT            => 120,
7 +            # Twitter is strict about accepting invalid "Expect" headers
8 +            CURLOPT_HTTPHEADER => array('Expect:')
9 hunk ./lib/util.php 1574
10 -                     CURLOPT_TIMEOUT            => 120
11 +                     CURLOPT_TIMEOUT            => 120,
12 +
13 +                     # Twitter is strict about accepting invalid "Expect" headers
14 +                     CURLOPT_HTTPHEADER => array('Expect:')