Skip to content

Commit

Permalink
Release 4.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
王洋洋 committed Jul 18, 2023
1 parent 2b50c03 commit 8236298
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,10 @@ - (NSURLRequest *)buildFlushRequestWithInput:(SAFlowData *)input {
if (records.count == 0) {
return nil;
}
#if TARGET_OS_IOS
// 传输加密,使用 hook - buildBodyWithFlowData: 实现,数据流处理逻辑不同,日志需单独解析
if(input.configOptions.enableTransportEncrypt && !input.configOptions.enableEncrypt && [input.json containsString:kSAEncryptRecordKeyEKey]) {
if(input.gzipCode == kSAFlushGzipCodeTransportEncrypt) {
return [self eventTransportEncryptLogsWithInput:input];
}
#endif

NSMutableArray <NSDictionary *>*eventSources = [NSMutableArray arrayWithCapacity:records.count];
for (SAEventRecord *record in records) {
Expand Down

0 comments on commit 8236298

Please sign in to comment.