wintermute0

Results 2 issues of wintermute0

Hi, I'm reading the source code and just wondering that why there is no size limit when writing to the branched OutputStream? What if there is a really large HTTP...

long-running

The mapping is here: https://github.com/gdong42/grpc-mate/blob/3e265f4c5ac3b5a41e0de3cb8cfddd7a28bcec07/errors/errors.go#L135C15-L135C39 According to gRPC standard the mapping should be 429: https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto I'm wondering is there any special reason behind this? Thank you.