mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
Update PR
* Update PR
This commit is contained in:
parent
ee1f75dd3b
commit
12ee7bd766
1 changed files with 1 additions and 2 deletions
|
|
@ -44,7 +44,6 @@ final class CurlWebSocket {
|
|||
|
||||
private:
|
||||
// libcurl constants defined locally
|
||||
enum long CURL_GLOBAL_DEFAULT = 3;
|
||||
enum int CURLOPT_URL = 10002;
|
||||
enum int CURLOPT_FOLLOWLOCATION = 52;
|
||||
enum int CURLOPT_NOSIGNAL = 99;
|
||||
|
|
@ -116,7 +115,7 @@ public:
|
|||
}
|
||||
|
||||
void setHTTPSDebug(bool httpsDebugInput) {
|
||||
this.httpsDebug = httpsDebugInput;
|
||||
httpsDebug = httpsDebugInput;
|
||||
}
|
||||
|
||||
int connect(string wsUrl) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue