.. _version_history_1.30.2:

1.30.2 (June 5, 2024)
======================






Bug fixes
---------

*Changes expected to improve the state of the world and are unlikely to have negative effects*



* **async http client**: Added one option to disable the response body buffering for mirror request. Also introduced a 32MB cap for the response
  buffer, which can be changed by the runtime flag ``http.async_response_buffer_limit`` based on the product needs.
* **decompression**: Fixed a bug where Envoy will go into an endless loop when using the brotli decompressor. If the input stream has
  redundant data, the decompressor will loop forever.
* **quic**: Applied 2 QUICHE patches for crash bugs in ``QuicSpdyStream`` ``OnDataAvailable()`` and ``OnInitialHeaderComplete()``.
* **quic**: Fixed crash bug when QUIC downstream stream was read closed and then timed out.
* **websocket**: Only 101 is considered a successful response for websocket handshake for HTTP/1.1, and Envoy as a proxy will proxy the response
  header from upstream to downstream and then close the request if other status is received. This behavior can be
  reverted by ``envoy_reloadable_features_check_switch_protocol_websocket_handshake``.