mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-05 07:35:38 +00:00
no lint unused variables
This commit is contained in:
@@ -107,7 +107,7 @@ var (
|
|||||||
|
|
||||||
// responseBodySize is the size of response body which test GOAWAY server sent for watch request,
|
// responseBodySize is the size of response body which test GOAWAY server sent for watch request,
|
||||||
// used to check if watch request was broken by GOAWAY frame.
|
// used to check if watch request was broken by GOAWAY frame.
|
||||||
responseBodySize = len(responseBody)
|
responseBodySize = len(responseBody) //nolint:unused
|
||||||
|
|
||||||
// requestPostBody is the request body which client must send to test GOAWAY server for POST method,
|
// requestPostBody is the request body which client must send to test GOAWAY server for POST method,
|
||||||
// otherwise, test GOAWAY server will respond 400 HTTP status code.
|
// otherwise, test GOAWAY server will respond 400 HTTP status code.
|
||||||
|
|||||||
Reference in New Issue
Block a user