SECURITY.md: Fix netty-codec-http2 typo

This commit is contained in:
Garrett Jones 2017-12-01 12:48:46 -08:00 committed by Eric Anderson
parent b34a9d4b26
commit 7cdd35c270
1 changed files with 10 additions and 10 deletions

View File

@ -318,16 +318,16 @@ If you are running inside of an embedded Tomcat runtime (e.g., Spring Boot), the
Below are known to work version combinations:
grpc-netty version | netty-code-http2 version | netty-tcnative-boringssl-static version
------------------ | ------------------------ | ---------------------------------------
1.0.0-1.0.1 | 4.1.3.Final | 1.1.33.Fork19
1.0.2-1.0.3 | 4.1.6.Final | 1.1.33.Fork23
1.1.x-1.3.x | 4.1.8.Final | 1.1.33.Fork26
1.4.x | 4.1.11.Final | 2.0.1.Final
1.5.x | 4.1.12.Final | 2.0.5.Final
1.6.x | 4.1.14.Final | 2.0.5.Final
1.7.x-1.8.x | 4.1.16.Final | 2.0.6.Final
1.9.x- | 4.1.17.Final | 2.0.7.Final
grpc-netty version | netty-codec-http2 version | netty-tcnative-boringssl-static version
------------------ | ------------------------- | ---------------------------------------
1.0.0-1.0.1 | 4.1.3.Final | 1.1.33.Fork19
1.0.2-1.0.3 | 4.1.6.Final | 1.1.33.Fork23
1.1.x-1.3.x | 4.1.8.Final | 1.1.33.Fork26
1.4.x | 4.1.11.Final | 2.0.1.Final
1.5.x | 4.1.12.Final | 2.0.5.Final
1.6.x | 4.1.14.Final | 2.0.5.Final
1.7.x-1.8.x | 4.1.16.Final | 2.0.6.Final
1.9.x- | 4.1.17.Final | 2.0.7.Final
### OkHttp
If you are using gRPC on Android devices, you are most likely using `grpc-okhttp` transport.