envoyproxy/envoy

Add error handling support to decompressors

开放

#32,621 创建于 2024年2月28日

 (0 条评论) (0 个反应) (0 位负责人)C++ (5,373 个派生)batch import
area/compressionhelp wanted

仓库指标

星标
 (27,997 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Title: Add Error Handling Support to Decompressors

Description: Our filter code utilizes Decompression extensions (Brotli and Zlib) to decode compressed data. Currently, the decompression interface updates its internal statistics when decompression fails, but it does not provide any indication of error to the caller.

This feature request proposes that the decompress method either returns an error directly or that an API is added to retrieve the error from the last decompression call.

Reference: GitHub - envoyproxy/envoy

贡献者指南