Doug Fawley
Doug Fawley
I don't think so; this would be a great thing to have fixed!
This is my fault, and I think I misinterpreted the following, actually: > gRPC servers should delay the Response-Headers until the first response message or until the application code chooses...
Unassigning; I thought this was client-side, but it looks like the client is done correctly and only the server needs to be fixed. I probably don't have cycles for this...
Sure, that would be great if you have time for it!
@ejona86 can comment on Java. For Go I am happy to review a PR that implements a configuration knob for this buffer size.
I'd like to wait on #7057 before doing the next release if possible, which might be a couple weeks.
Sounds good @silaselisha, that would be great -- we need to start only inside the repo for now, because we don't want to update any other documentation until our next...
Timeouts are not supported in `NewClient`. See https://github.com/grpc/grpc-go/blob/master/Documentation/anti-patterns.md#dialing-in-grpc for more info. If you need timeouts, feel free to keep using `Dial` or `DialContext`; they are not going to be deleted...
https://www.merriam-webster.com/dictionary/deprecate > to withdraw official support for **_or discourage the use of (something, such as a software product) in favor of a newer or better alternative_** "Deprecated" seems appropriate here....
> breaks OpenSSF practices What practices exactly are you referring to? Do you have documentation that you can refer to? We will continue to test and support these functions. However,...