@@ -607,7 +607,7 @@ retry:
607
607
return nil , clientError (err )
608
608
}
609
609
if resp .StatusCode >= 400 {
610
- if ! retried && c .retryOnError (resp ) {
610
+ if ! retried && c .retryOnError (resp ) { //nolint:contextcheck // deeply nested context; retry using the same context
611
611
retried = true
612
612
goto retry
613
613
}
@@ -637,7 +637,7 @@ retry:
637
637
return nil , clientError (err )
638
638
}
639
639
if resp .StatusCode >= 400 {
640
- if ! retried && c .retryOnError (resp ) {
640
+ if ! retried && c .retryOnError (resp ) { //nolint:contextcheck // deeply nested context; retry using the same context
641
641
retried = true
642
642
goto retry
643
643
}
@@ -672,7 +672,7 @@ retry:
672
672
return nil , clientError (err )
673
673
}
674
674
if resp .StatusCode >= 400 {
675
- if ! retried && c .retryOnError (resp ) {
675
+ if ! retried && c .retryOnError (resp ) { //nolint:contextcheck // deeply nested context; retry using the same context
676
676
retried = true
677
677
goto retry
678
678
}
@@ -711,7 +711,7 @@ retry:
711
711
return nil , clientError (err )
712
712
}
713
713
if resp .StatusCode >= 400 {
714
- if ! retried && c .retryOnError (resp ) {
714
+ if ! retried && c .retryOnError (resp ) { //nolint:contextcheck // deeply nested context; retry using the same context
715
715
retried = true
716
716
goto retry
717
717
}
@@ -750,7 +750,7 @@ retry:
750
750
return nil , clientError (err )
751
751
}
752
752
if resp .StatusCode >= 400 {
753
- if ! retried && c .retryOnError (resp ) {
753
+ if ! retried && c .retryOnError (resp ) { //nolint:contextcheck // deeply nested context; retry using the same context
754
754
retried = true
755
755
goto retry
756
756
}
@@ -787,7 +787,7 @@ retry:
787
787
return nil , clientError (err )
788
788
}
789
789
if resp .StatusCode >= 400 {
790
- if ! retried && c .retryOnError (resp ) {
790
+ if ! retried && c .retryOnError (resp ) { //nolint:contextcheck // deeply nested context; retry using the same context
791
791
retried = true
792
792
goto retry
793
793
}
@@ -827,7 +827,7 @@ retry:
827
827
return nil , clientError (err )
828
828
}
829
829
if resp .StatusCode >= 400 {
830
- if ! retried && c .retryOnError (resp ) {
830
+ if ! retried && c .retryOnError (resp ) { //nolint:contextcheck // deeply nested context; retry using the same context
831
831
retried = true
832
832
goto retry
833
833
}
@@ -868,7 +868,7 @@ retry:
868
868
return nil , clientError (err )
869
869
}
870
870
if resp .StatusCode >= 400 {
871
- if ! retried && c .retryOnError (resp ) {
871
+ if ! retried && c .retryOnError (resp ) { //nolint:contextcheck // deeply nested context; retry using the same context
872
872
retried = true
873
873
goto retry
874
874
}
@@ -911,7 +911,7 @@ retry:
911
911
return nil , clientError (err )
912
912
}
913
913
if resp .StatusCode >= 400 {
914
- if ! retried && c .retryOnError (resp ) {
914
+ if ! retried && c .retryOnError (resp ) { //nolint:contextcheck // deeply nested context; retry using the same context
915
915
retried = true
916
916
goto retry
917
917
}
@@ -943,7 +943,7 @@ retry:
943
943
return nil , clientError (err )
944
944
}
945
945
if resp .StatusCode >= 400 {
946
- if ! retried && c .retryOnError (resp ) {
946
+ if ! retried && c .retryOnError (resp ) { //nolint:contextcheck // deeply nested context; retry using the same context
947
947
retried = true
948
948
goto retry
949
949
}
@@ -973,7 +973,7 @@ retry:
973
973
return nil , clientError (err )
974
974
}
975
975
if resp .StatusCode >= 400 {
976
- if ! retried && c .retryOnError (resp ) {
976
+ if ! retried && c .retryOnError (resp ) { //nolint:contextcheck // deeply nested context; retry using the same context
977
977
retried = true
978
978
goto retry
979
979
}
@@ -1003,7 +1003,7 @@ retry:
1003
1003
return nil , clientError (err )
1004
1004
}
1005
1005
if resp .StatusCode >= 400 {
1006
- if ! retried && c .retryOnError (resp ) {
1006
+ if ! retried && c .retryOnError (resp ) { //nolint:contextcheck // deeply nested context; retry using the same context
1007
1007
retried = true
1008
1008
goto retry
1009
1009
}
@@ -1037,7 +1037,7 @@ retry:
1037
1037
return nil , clientError (err )
1038
1038
}
1039
1039
if resp .StatusCode >= 400 {
1040
- if ! retried && c .retryOnError (resp ) {
1040
+ if ! retried && c .retryOnError (resp ) { //nolint:contextcheck // deeply nested context; retry using the same context
1041
1041
retried = true
1042
1042
goto retry
1043
1043
}
@@ -1071,7 +1071,7 @@ retry:
1071
1071
return nil , clientError (err )
1072
1072
}
1073
1073
if resp .StatusCode >= 400 {
1074
- if ! retried && c .retryOnError (resp ) {
1074
+ if ! retried && c .retryOnError (resp ) { //nolint:contextcheck // deeply nested context; retry using the same context
1075
1075
retried = true
1076
1076
goto retry
1077
1077
}
@@ -1105,7 +1105,7 @@ retry:
1105
1105
return nil , clientError (err )
1106
1106
}
1107
1107
if resp .StatusCode >= 400 {
1108
- if ! retried && c .retryOnError (resp ) {
1108
+ if ! retried && c .retryOnError (resp ) { //nolint:contextcheck // deeply nested context; retry using the same context
1109
1109
retried = true
1110
1110
goto retry
1111
1111
}
@@ -1139,7 +1139,7 @@ retry:
1139
1139
return nil , clientError (err )
1140
1140
}
1141
1141
if resp .StatusCode >= 400 {
1142
- if ! retried && c .retryOnError (resp ) {
1142
+ if ! retried && c .retryOnError (resp ) { //nolint:contextcheck // deeply nested context; retry using the same context
1143
1143
retried = true
1144
1144
goto retry
1145
1145
}
@@ -1169,7 +1169,7 @@ retry:
1169
1169
return nil , clientError (err )
1170
1170
}
1171
1171
if resp .StatusCode >= 400 {
1172
- if ! retried && c .retryOnError (resp ) {
1172
+ if ! retried && c .retryOnError (resp ) { //nolint:contextcheck // deeply nested context; retry using the same context
1173
1173
retried = true
1174
1174
goto retry
1175
1175
}
@@ -1199,7 +1199,7 @@ retry:
1199
1199
return nil , clientError (err )
1200
1200
}
1201
1201
if resp .StatusCode >= 400 {
1202
- if ! retried && c .retryOnError (resp ) {
1202
+ if ! retried && c .retryOnError (resp ) { //nolint:contextcheck // deeply nested context; retry using the same context
1203
1203
retried = true
1204
1204
goto retry
1205
1205
}
@@ -1233,7 +1233,7 @@ retry:
1233
1233
return nil , clientError (err )
1234
1234
}
1235
1235
if resp .StatusCode >= 400 {
1236
- if ! retried && c .retryOnError (resp ) {
1236
+ if ! retried && c .retryOnError (resp ) { //nolint:contextcheck // deeply nested context; retry using the same context
1237
1237
retried = true
1238
1238
goto retry
1239
1239
}
@@ -1272,7 +1272,7 @@ retry:
1272
1272
return nil , clientError (err )
1273
1273
}
1274
1274
if resp .StatusCode >= 400 {
1275
- if ! retried && c .retryOnError (resp ) {
1275
+ if ! retried && c .retryOnError (resp ) { //nolint:contextcheck // deeply nested context; retry using the same context
1276
1276
retried = true
1277
1277
goto retry
1278
1278
}
@@ -1301,7 +1301,7 @@ retry:
1301
1301
return nil , clientError (err )
1302
1302
}
1303
1303
if resp .StatusCode >= 400 {
1304
- if ! retried && c .retryOnError (resp ) {
1304
+ if ! retried && c .retryOnError (resp ) { //nolint:contextcheck // deeply nested context; retry using the same context
1305
1305
retried = true
1306
1306
goto retry
1307
1307
}
@@ -1333,7 +1333,7 @@ retry:
1333
1333
return nil , clientError (err )
1334
1334
}
1335
1335
if resp .StatusCode >= 400 {
1336
- if ! retried && c .retryOnError (resp ) {
1336
+ if ! retried && c .retryOnError (resp ) { //nolint:contextcheck // deeply nested context; retry using the same context
1337
1337
retried = true
1338
1338
goto retry
1339
1339
}
0 commit comments