grpc-java/netty
Eric Anderson 8aa79b39fc Improve thread safety of newStream()
OkHttp should now have a thread-safe implementation of newStream.
Previously 'lock' was not held when checking goAway and the checking in
AbstractClientTransport was redundant.

Netty was thread-safe, but it was very hard to tell what guarantees were
necessary and what guarantees each piece was providing.
2015-02-06 14:12:01 -08:00
..
src Improve thread safety of newStream() 2015-02-06 14:12:01 -08:00
build.gradle Removing all references to "stubby" 2015-01-27 11:25:25 -08:00