File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- Thank you for your PR. Please read and follow
1
+ Thank you for your PR. Please read and follow
2
2
https://github.com/grpc/grpc-go/blob/master/CONTRIBUTING.md , especially the
3
3
"Guidelines for Pull Requests" section, and then delete this text before
4
4
entering your PR description.
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ func (s) TestCancelWhileServerWaitingForFlowControl(t *testing.T) {
240
240
serverDoneCh := make (chan struct {}, 2 )
241
241
const flowControlWindowSize = 65535
242
242
ss := & stubserver.StubServer {
243
- StreamingOutputCallF : func (_ * testpb.StreamingOutputCallRequest , stream testpb .TestService_StreamingOutputCallServer ) error {
243
+ StreamingOutputCallF : func (_ * testpb.StreamingOutputCallRequest , stream testgrpc .TestService_StreamingOutputCallServer ) error {
244
244
// Send a large message to exhaust the client's flow control window.
245
245
stream .Send (& testpb.StreamingOutputCallResponse {
246
246
Payload : & testpb.Payload {
You can’t perform that action at this time.
0 commit comments