Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-23134

CURL - Disable all other protocols except HTTP/HTTPS

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 5.0.0
    • 5.0.0
    • query

    Description

      By default all protocols are built in. Explicitly set OPT_PROTOCOLS to include HTTP and HTTPS.

       

      #define CURLPROTO_HTTP (1<<0)

      #define CURLPROTO_HTTPS (1<<1)

      myCurl.Setopt(curl.OPT_PROTOCOLS, CURLPROTO_HTTP | CURLPROTO_HTTPS )      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            ajay.bhullar Ajay Bhullar
            isha Isha Kandaswamy (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty