forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1.16.3.yaml
27 lines (26 loc) · 1.21 KB
/
1.16.3.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
date: April 15, 2021
bug_fixes:
- area: aggregate cluster
change: |
fixed a crash due to a TLS initialization issue.
- area: http
change: |
fixed a crash upon receiving empty HTTP/2 metadata frames. Received empty metadata frames are now counted in the HTTP/2 codec stat :ref:`metadata_empty_frames <config_http_conn_man_stats_per_codec>`.
- area: http
change: |
fixed a remotely exploitable integer overflow via a very large grpc-timeout value causes undefined behavior.
- area: http
change: |
reverting a behavioral change where upstream connect timeouts were temporarily treated differently from other connection failures. The change back to the original behavior can be temporarily reverted by setting ``envoy.reloadable_features.treat_upstream_connect_timeout_as_connect_failure`` to false.
- area: lua
change: |
fixed crash when Lua script contains ``streamInfo():downstreamSslConnection()``.
- area: overload
change: |
fix a bug that can cause use-after-free when one scaled timer disables another one with the same duration.
- area: tls
change: |
fix a crash when peer sends a TLS Alert with an unknown code.
- area: tls
change: |
fix detection of the upstream connection close event.