Skip to content

Commit

Permalink
Fix some comments
Browse files Browse the repository at this point in the history
Signed-off-by: pullmerge <watchmessi@outlook.com>
  • Loading branch information
pullmerge committed Apr 14, 2024
1 parent 78fbbce commit abf2752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions transport/http/client_test.go
Expand Up @@ -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 (
Expand Down

0 comments on commit abf2752

Please sign in to comment.