File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ - (void)reportRequest:(QNResponseInfo *)info
251251 [item setReportValue: kQNDnsPrefetch .lastPrefetchedErrorMessage forKey: QNReportRequestKeyPrefetchedErrorMessage];
252252
253253
254- [item setReportValue: requestMetrics .httpVersion forKey: QNReportRequestKeyHttpVersion];
254+ [item setReportValue: requestMetricsP .httpVersion forKey: QNReportRequestKeyHttpVersion];
255255
256256 if (requestMetricsP.connectCheckMetrics ) {
257257 QNUploadSingleRequestMetrics *metrics = requestMetricsP.connectCheckMetrics ;
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ NS_ASSUME_NONNULL_BEGIN
1515@property (nonatomic , copy )NSString *httpVersion;
1616
1717// / 上传server构造方法
18- // / @param serverId server标识,一般使用host
1918// / @param host host
2019// / @param ip host对应的IP
2120// / @param source ip查询来源,@"system",@"httpdns", @"none", @"customized" 自定义请使用@"customized"
You can’t perform that action at this time.
0 commit comments