mirror of https://github.com/grpc/grpc-java.git
Improved formatting for advantages list.
Some markdown parsers require an empty line before lists to parse them as such.
This commit is contained in:
parent
1c276a823b
commit
a67fa8a87b
|
|
@ -11,6 +11,7 @@ as the transport layer for gRPC on Android. This lets your Android app make
|
||||||
RPCs using the same networking stack as used in the Chrome browser.
|
RPCs using the same networking stack as used in the Chrome browser.
|
||||||
|
|
||||||
Some advantages of using Cronet with gRPC:
|
Some advantages of using Cronet with gRPC:
|
||||||
|
|
||||||
* Bundles an OpenSSL implementation, enabling TLS connections even on older
|
* Bundles an OpenSSL implementation, enabling TLS connections even on older
|
||||||
versions of Android without additional configuration
|
versions of Android without additional configuration
|
||||||
* Robust to Android network connectivity changes
|
* Robust to Android network connectivity changes
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue