ERR_TRAILING_JUNK_AFTER_STREAM_END


在压缩流结束后发现尾随垃圾。当在压缩流结束后检测到额外的意外数据(例如,在 zlib 或 gzip 解压缩中)时,会抛出此错误。

¥Trailing junk found after the end of the compressed stream. This error is thrown when extra, unexpected data is detected after the end of a compressed stream (for example, in zlib or gzip decompression).