Changeset 94520 in vbox
- Timestamp:
- Apr 7, 2022 3:16:39 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/http-curl.cpp
r93115 r94520 587 587 pThis, enmProxyType, pszHost, uPort, pszUsername, pszPassword ? " with password" : " without password")); 588 588 589 #ifdef CURLOPT_NOPROXY590 589 if (pThis->fNoProxy) 591 590 { … … 595 594 pThis->fNoProxy = false; 596 595 } 597 #endif598 596 599 597 if ( pThis->fReapplyProxyInfo … … 715 713 } 716 714 717 #ifdef CURLOPT_NOPROXY718 715 /* No proxy for everything! */ 719 716 AssertReturn(curl_easy_setopt(pThis->pCurl, CURLOPT_NOPROXY, "*") == CURLE_OK, CURLOPT_PROXY); 720 717 pThis->fNoProxy = true; 721 #endif722 718 723 719 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.

