VirtualBox

Changeset 86648 in vbox for trunk/src/VBox/Runtime/generic


Ignore:
Timestamp:
Oct 20, 2020 1:59:45 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
141024
Message:

bugref:9781. Added the placeholder @@VBOX_COND_GUEST_VERSION[>(required version)]@@. Updated the templates. Removed the obsolete function getGuestOSConditional().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/generic/http-curl.cpp

    r86448 r86648  
    404404
    405405                *phHttp = (RTHTTP)pThis;
    406 
     406#if 0 // XXX: uwe
     407                {
     408                const char *verbose = getenv("CURL_VERBOSE");
     409                if (verbose != NULL && *verbose != '0')
     410                  curl_easy_setopt(pThis->pCurl, CURLOPT_VERBOSE, 1L);
     411                }
     412#endif
    407413                return VINF_SUCCESS;
    408414            }
     
    440446    pThis->rcOutput                 = VINF_SUCCESS;
    441447
    442     /* Tell the proxy configuration code to reapply settings even if they
    443        didn't change as cURL has forgotten them: */
    444     pThis->fReapplyProxyInfo        = true;
     448#if 0 // XXX: uwe
     449    {
     450    const char *verbose = getenv("CURL_VERBOSE");
     451    if (verbose != NULL && *verbose != '0')
     452      curl_easy_setopt(pThis->pCurl, CURLOPT_VERBOSE, 1L);
     453    }
     454#endif
    445455
    446456    return VINF_SUCCESS;
     
    26362646                pThis->fDeleteCaFile = true;
    26372647                pThis->pszCaFile = pszCaFile;
     2648
     2649//              RTPrintf("pszCaFile=\"%s\"\n", pszCaFile); // XXX: uwe
     2650
    26382651                return VINF_SUCCESS;
    26392652            }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette