grpc-java/okhttp
Xudong Ma 883eb62de4 OkHttp: Temporally support multiple h2-xx protocol on client side.
Since the user provided SSLSocketFactory (especially in Android) may already do the handshake when creates the SSLSocket, and it may choose a different protocol name other than the one OkHttp is using.

Resolves #293
2015-04-16 09:04:19 +08:00
..
src OkHttp: Temporally support multiple h2-xx protocol on client side. 2015-04-16 09:04:19 +08:00
build.gradle Add WritableBuffer interface for zero copy data writes. Fixes #8 2015-03-13 13:00:44 -07:00