Menu

#1313 CURLOPT_BEARER vs. CURLOPT_XOAUTH2_BEARER

closed-fixed
5
2013-12-19
2013-12-19
No

Hi,

curl_easy_setopt() option CURLOPT_BEARER documented on this page:
http://curl.haxx.se/libcurl/c/curl_easy_setopt.html
is named CURLOPT_XOAUTH2_BEARER in the actual curl.h header and
rest of the source code.

Discussion

  • Steve Holme

    Steve Holme - 2013-12-19
    • status: open --> open-confirmed
    • assigned_to: Steve Holme
     
  • Steve Holme

    Steve Holme - 2013-12-19

    We renamed the option just before we released 7.33.0 but it looks like we forgot to update this. I will fix this now.

     
  • Steve Holme

    Steve Holme - 2013-12-19

    Fixed in commit fae7db8a31dd99

     
  • Steve Holme

    Steve Holme - 2013-12-19
    • status: open-confirmed --> closed-fixed