grpc-java/okhttp
Eric Anderson 23f5a6ff2a Add support for http forward proxy with CONNECT
This is a squash and modification of master commits that also includes:
netty,okhttp: Fix CONNECT and its error handling

This commit has been modified to reduce its size to substantially reduce
risk of it breaking Netty error handling. But that also means proxy
error handling just provides a useless "there was an error" sort of
message.

There is no Java API to enable the proxy support. Instead, you must set
the GRPC_PROXY_EXP environment variable which should be set to a
host:port string. The environment variable is temporary; it will not
exist in future releases. It exists to provide support without needing
explicit code to enable the future, while at the same time not risking
enabling it for existing users.
2017-01-27 09:27:07 -08:00
..
src Add support for http forward proxy with CONNECT 2017-01-27 09:27:07 -08:00
third_party/okhttp Introduce a grpc-exp ALPN protocol identifier 2017-01-09 10:40:56 -08:00
build.gradle okhttp: Enable transport test 2016-05-16 09:52:48 -07:00