v.24.5Improvement
Throw CANNOT_DECOMPRESS on Invalid Compressed Data via HTTP
ThrowCANNOT_DECOMPRESSinstread ofCORRUPTED_DATAon invalid compressed data passed via HTTP. #64036 (vdimir).
Why it matters
This update improves error clarity by providing a more specific error code (CANNOT_DECOMPRESS) for cases where decompression of HTTP request data fails due to invalid compression, helping users better diagnose issues related to compressed data handling.How to use it
No user action is required to enable this feature; the error handling behavior will automatically use the newCANNOT_DECOMPRESS error code when invalid compressed data is received over HTTP.