grpc-java/okhttp
ZHANG Dapeng 95791b7507 okhttp: fix NPE when using CLEARTEXT connectionSpec
Resolves #1815

The only legitimate way to create plaintext connection with okhttp is by calling
OkHttpChannelBuilder#usePlaintex

Throw IllegalArgumentException when calling
OkHttpChannelBuilder#connectionSpec or Utils.convertSpec directly with CLEARTEXT a connectionSped argument.
2016-06-15 16:14:50 -07:00
..
src okhttp: fix NPE when using CLEARTEXT connectionSpec 2016-06-15 16:14:50 -07:00
third_party/okhttp [OkHttp]Add hostname verification. 2015-12-21 11:30:02 -08:00
build.gradle okhttp: Enable transport test 2016-05-16 09:52:48 -07:00