grpc-java/okhttp
Xudong Ma fcf1517054 Respect MAX_CONCURRENT_STREAMS in OkHttp client.
If a newStream is called  while MAX_CONCURRENT_STREAMS is reached, then get the call blocked and the request queued, until:
1. a running stream closed, and this newStream() request is accepted.
2. receives go-away from server, fail all pending new stream requests.
3. the available ids are exhausted.
2015-04-07 09:53:47 +08:00
..
src Respect MAX_CONCURRENT_STREAMS in OkHttp client. 2015-04-07 09:53:47 +08:00
build.gradle Add WritableBuffer interface for zero copy data writes. Fixes #8 2015-03-13 13:00:44 -07:00