mirror of https://github.com/istio/istio.io.git
* Fix release notes - h2c upgrade issue was not introduced by the http/2 cve fixes. * Remove trailing line * Remove extraneous periods.
This commit is contained in:
parent
debf45ca85
commit
9a55f7eef4
|
@ -7,4 +7,4 @@ You can find the gRPC vulnerability fix description on their mailing list (c.f.
|
|||
|
||||
## Bug fix
|
||||
|
||||
This release fixes a bug which was introduced during the security vulnerability fix of 1.1.13: 503 HTTP errors were returned on HTTP requests attempting to upgrade to HTTP2.
|
||||
- Fix an Envoy bug that breaks `java.net.http.HttpClient` and other clients that attempt to upgrade from `HTTP/1.1` to `HTTP/2` using the `Upgrade: h2c` header ([Issue 16391](https://github.com/istio/istio/issues/16391)).
|
||||
|
|
|
@ -7,5 +7,5 @@ You can find the gRPC vulnerability fix description on their mailing list (c.f.
|
|||
|
||||
## Bug fixes
|
||||
|
||||
- This release fixes a bug which was introduced during the security vulnerability fix of 1.2.4: 503 HTTP errors were returned on HTTP requests attempting to upgrade to HTTP2.
|
||||
- Fix a goroutine leak on send timeout ([Issue 15876](https://github.com/istio/istio/issues/15876))
|
||||
- Fix an Envoy bug that breaks `java.net.http.HttpClient` and other clients that attempt to upgrade from `HTTP/1.1` to `HTTP/2` using the `Upgrade: h2c` header ([Issue 16391](https://github.com/istio/istio/issues/16391)).
|
||||
- Fix a goroutine leak on send timeout ([Issue 15876](https://github.com/istio/istio/issues/15876)).
|
||||
|
|
Loading…
Reference in New Issue