Error -26601解决办法

录制百度时,报错Error -26601
Action.c(8): Error -26601: Decompression function (wgzMemDecompressBuffer) failed, return code=-5 (Z_BUF_ERROR), inSize=0, inUse=0, utUse=0
请教别人后,得知有一下三种方法
> > 1.increas the network buffer. 
> > 2.auto header 
> > 3.adjust pacing and think time. 
 
1、setting--perfernce 里设置
2、lr_auto_head("Accept-Encode","gzip");
3、调整pacing和think time
 
尝试了三种方法,只有第一种解决了。场景运行时没报错。
(注:network buffer size 我的默认是12288,我调整为122880)
具体原因:
据说是运行过程中LR下载数据包时,一次没有下载完,然后进行压缩,就报错了。
 
其他解释:http://www.cnblogs.com/PerformanceTesting/archive/2011/11/18/2253620.html
原文地址:https://www.cnblogs.com/zyp1/p/5680701.html