grpc-java/okhttp/src
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
..
main/java Respect MAX_CONCURRENT_STREAMS in OkHttp client. 2015-04-07 09:53:47 +08:00
test/java/io/grpc/transport/okhttp Respect MAX_CONCURRENT_STREAMS in OkHttp client. 2015-04-07 09:53:47 +08:00