From abf2752c273f4d24faf406d08ce041ca1258c87b Mon Sep 17 00:00:00 2001 From: pullmerge Date: Sun, 14 Apr 2024 11:06:34 +0800 Subject: [PATCH] Fix some comments Signed-off-by: pullmerge --- transport/http/client_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transport/http/client_test.go b/transport/http/client_test.go index 3748546c1..6aa544812 100644 --- a/transport/http/client_test.go +++ b/transport/http/client_test.go @@ -100,8 +100,8 @@ func TestHTTPClient(t *testing.T) { } func TestHTTPClientBufferedStream(t *testing.T) { - // bodysize has a size big enought to make the resopnse.Body not an instant read - // so if the response is cancelled it wount be all readed and the test would fail + // bodysize has a size big enough to make the response.Body not an instant read + // so if the response is cancelled it wound be all readed and the test would fail // The 6000 has not a particular meaning, it big enough to fulfill the usecase. const bodysize = 6000 var (