Problem phenomenon:
ACTION2.C (+): error-26601:decompression function (Wgzmemdecompressbuffer) failed, return code=-5 (z_buf_error), Insiz E=0, Inuse=0,
This error is caused by a large packet, no download complete, or other reason for the decompression error.
Workaround:
Network buffer size My default is 12288, I adjust to 122880)
Add network buffer size, the default value is 12288.
Operation steps: 1. Enter the runtime settings;
2.internet protocol->preferences->options->general->network Buffer Size
Workaround 2:
Web_add_auto_header ("accept-encoding", "gzip");
ACTION.C ( -): Error-26601: Decompression function (Wgzmemdecompressbuffer) failed,returncode=-3(Z_data_error), insize= -, inuse=0, outuse=0[msgid:merr-26601]ACTION.C ( -): Web_custom_request ("Uc.php_6") Highest severity level is"ERROR", -Body bytes,639Header bytes, Onechunking overhead bytes [msgid:mmsg-26387] Reason: After the program tuning, the request content has been compressed, but the way of compression is some gzip, some deflate, and some are GIZP and deflate solution: Add Baotou compression method request, and in front of these request package to add a certain think time. Web_add_auto_header ("accept-encoding","deflate"); Web_custom_request ("Uc.php_6", "url=http:xxxx/api/uc.php?time={correlationparameter_3}&code={correlationparameter_2}", "Method=get", "resource=0", "reccontenttype=text/html", "referer=http:xxxx/index/snylogin?return_url=http://t.vllke.com:10080", "Snapshot=t110.inf", "mode=http", last); Web_add_auto_header ("accept-encoding","gzip,deflate"); Web_custom_request ("hall.php", "url=http:xxxx/trade/hall.php", "Method=get", "resource=0", "reccontenttype=text/html", "Referer=http:xxxx:10080/minlan55", "Snapshot=t175.inf", "mode=http", last); If the value is-5 can also try alternatively, you can also try the advanced options of the NetWork buffer size with a value of 12880Default block size forDom memory has a value of 163840
LR Playback Warning-26601 Error Resolution method