File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5387,10 +5387,10 @@ func (s) TestClientWriteFailsAfterServerClosesStream(t *testing.T) {
53875387type windowSizeConfig struct {
53885388 serverStaticWindowSize bool
53895389 clientStaticWindowSize bool
5390- serverStream int32
5391- serverConn int32
5392- clientStream int32
5393- clientConn int32
5390+ serverStream int32
5391+ serverConn int32
5392+ clientStream int32
5393+ clientConn int32
53945394}
53955395
53965396func (s ) TestConfigurableWindowSizeWithLargeWindow (t * testing.T ) {
@@ -5400,10 +5400,10 @@ func (s) TestConfigurableWindowSizeWithLargeWindow(t *testing.T) {
54005400 wc := windowSizeConfig {
54015401 serverStaticWindowSize : true ,
54025402 clientStaticWindowSize : true ,
5403- serverStream : 8 * 1024 * 1024 ,
5404- serverConn : 12 * 1024 * 1024 ,
5405- clientStream : 6 * 1024 * 1024 ,
5406- clientConn : 8 * 1024 * 1024 ,
5403+ serverStream : 8 * 1024 * 1024 ,
5404+ serverConn : 12 * 1024 * 1024 ,
5405+ clientStream : 6 * 1024 * 1024 ,
5406+ clientConn : 8 * 1024 * 1024 ,
54075407 }
54085408 for _ , e := range listTestEnv () {
54095409 testConfigurableWindowSize (t , e , wc )
You can’t perform that action at this time.
0 commit comments