aboutsummaryrefslogtreecommitdiff
path: root/http_test.go
diff options
context:
space:
mode:
authorGravatar Oleksandr Redko <Oleksandr_Redko@epam.com> 2023-11-12 17:42:39 +0200
committerGravatar GitHub <noreply@github.com> 2023-11-12 16:42:39 +0100
commit8ecfc989d9c4c6c30232a6465ec17d5c6d85fc5f (patch)
tree9a1fd803e343e8363409b4d83148ebbc6203e370 /http_test.go
parentLazy load stackless functions (#1656) (diff)
downloadfasthttp-8ecfc989d9c4c6c30232a6465ec17d5c6d85fc5f.tar.gz
fasthttp-8ecfc989d9c4c6c30232a6465ec17d5c6d85fc5f.tar.bz2
fasthttp-8ecfc989d9c4c6c30232a6465ec17d5c6d85fc5f.zip
Enable dupword, unconvert linters (#1658)v1.51.0
Diffstat (limited to 'http_test.go')
-rw-r--r--http_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/http_test.go b/http_test.go
index 0091566..7b526cb 100644
--- a/http_test.go
+++ b/http_test.go
@@ -3022,7 +3022,7 @@ func TestResponseBodyStream(t *testing.T) {
}
})
- t.Run("limit response body size size", func(t *testing.T) {
+ t.Run("limit response body size", func(t *testing.T) {
t.Parallel()
client := Client{StreamResponseBody: true, MaxResponseBodySize: 20}