Skip to content

Commit 896dbf3

Browse files
author
garenwang
committed
修改config copy
1 parent 939bad7 commit 896dbf3

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
Binary file not shown.

QCloudCore/Classes/Base/QCloudClientBase/Service/QCloudServiceConfiguration.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ - (instancetype)copyWithZone:(NSZone *)zone {
3232
config.disableSetupBeacon = self.disableSetupBeacon;
3333
config.disableChangeHost = self.disableChangeHost;
3434
config.bridge = self.bridge;
35+
config.disableGlobalHTTPDNSPrefetch = self.disableGlobalHTTPDNSPrefetch;
3536
return config;
3637
}
3738
@end

0 commit comments

Comments
 (0)