aboutsummaryrefslogtreecommitdiff
path: root/http_test.go
AgeCommit message (Expand)AuthorFilesLines
7 daysfix: propagate body stream error to close function (#1743) (#1757)Gravatar Max Denushev 1-1/+1
2024-03-02test: remove `//nolint:govet` comments (#1729)Gravatar Oleksandr Redko 1-4/+4
2024-03-02Enable few gocritic checks; fix up issues (#1728)Gravatar Oleksandr Redko 1-2/+2
2024-02-21Upgrade golangci-lint to v1.56.2; fix gocritic issues (#1722)Gravatar Oleksandr Redko 1-2/+2
2024-02-11Follow RFCs 7230 and 9112 for HTTP versions (#1710)Gravatar Erik Dubbelboer 1-12/+3
2024-01-09Move Fuzz tests into their own fileGravatar Erik Dubbelboer 1-26/+0
2024-01-06test: migrate remaining fuzzit tests to go 1.18 fuzzing (#1687)Gravatar nickajacks1 1-0/+26
2024-01-04Change empty string checks to be more idiomatic (#1684)Gravatar Oleksandr Redko 1-2/+2
2023-11-12Enable dupword, unconvert linters (#1658)v1.51.0Gravatar Oleksandr Redko 1-1/+1
2023-08-30docs: fix typos in comments and testsGravatar Oleksandr Redko 1-1/+1
2023-08-24fix round2_32, split round2 tests because they depend on sizeof int at compil...Gravatar Duncan Overbruck 1-30/+0
2023-07-08Fix round2Gravatar Erik Dubbelboer 1-15/+22
2023-06-13Enable gofumpt linter; format code `gofumpt -w .` (#1576)v1.48.0Gravatar Oleksandr Redko 1-6/+6
2023-05-07Fix tests (#1552)Gravatar Erik Dubbelboer 1-1/+9
2023-04-28test: refactor to use WriteString (#1546)v1.47.0Gravatar Oleksandr Redko 1-3/+3
2023-04-25test: use ReplaceAll, remove unnecessary else (#1542)Gravatar Oleksandr Redko 1-10/+8
2023-04-12Fixed transfer-encoding for empty chunked payload (#1536)Gravatar Abe Saiovici 1-0/+19
2023-04-05support response body stream (#1414)Gravatar Anthony-Dong 1-0/+119
2023-03-18test: simplify bytes.Buffer declaration (#1523)Gravatar Oleksandr Redko 1-8/+4
2023-02-11Refactor golangci-lint config and remove redundant nolints (#1486)Gravatar Oleksandr Redko 1-8/+8
2023-02-09doc,test: correct typos (#1484)Gravatar Oleksandr Redko 1-4/+4
2023-01-14fix: CopyTo doesn't copy bodyraw deeply (#1471)Gravatar kinggo 1-0/+32
2022-11-03fix form empty field error when used with pipe (#1417)Gravatar nick9822 1-0/+84
2022-10-29fix: (#1410)Gravatar byene0923 1-4/+4
2022-10-29fix: ignore body should not set content-length of streaming (#1406)Gravatar byene0923 1-0/+19
2022-09-15Deprecate Go 1.15 (#1379)Gravatar Aoang 1-4/+3
2022-07-29Prevent overflow and panic on large HTTP responses (#1351)Gravatar mathew 1-0/+2
2022-06-06BodyDecoded() for request and responses (#1308)Gravatar Sergey Ponomarev 1-2/+54
2022-06-05Response.ContentEncoding(): store as field and avoid using Header.SetCanonica...Gravatar Sergey Ponomarev 1-4/+4
2022-04-01Use %v for errors and %q for strings (#1262)v1.35.0Gravatar Erik Dubbelboer 1-110/+110
2022-03-01Fix panic while reading invalid trailersGravatar Erik Dubbelboer 1-0/+3
2021-12-28Release UseHostHeader in ReleaseRequest() (#1185)Gravatar Tolyar 1-0/+14
2021-12-26Fix UseHostHeader for DoTimeout + tests (#1184)Gravatar Tolyar 1-0/+37
2021-12-17Allow to set Host header for Client (#1169)Gravatar Tolyar 1-5/+26
2021-12-13Use %w to wrap errors (#1175)Gravatar Erik Dubbelboer 1-3/+8
2021-12-13Fix bad request trailer panicGravatar Erik Dubbelboer 1-0/+6
2021-12-06Fix parseTrailer panicGravatar Erik Dubbelboer 1-0/+10
2021-12-05Add trailer support (#1165)Gravatar ichx 1-81/+311
2021-11-08http.go: Request.SetURI() (Fix #1141) (#1148)Gravatar Sergey Ponomarev 1-0/+25
2021-11-08fix: Status Line parsing and writing (#1135)Gravatar Shivansh Vij 1-2/+2
2021-10-22feat: ability to edit status messages (#1126)Gravatar Valentin Paz Marcolla 1-0/+18
2021-06-18Lower go test timeGravatar Erik Dubbelboer 1-0/+4
2021-05-14Fix ignoreBody still set content length (#1022)Gravatar MoreFreeze 1-3/+20
2021-03-15ImmediateHeaderFlush when no body (#995)Gravatar Vladimir Shteinman 1-0/+80
2021-01-06Ignore empty Transfer-Encoding headersGravatar Erik Dubbelboer 1-0/+16
2020-12-09fix issue #875 (#909)v1.18.0Gravatar Kirill Danshin 1-0/+48
2020-11-02Add Request.SetBodyRawGravatar Erik Dubbelboer 1-0/+40
2020-07-17Update linting (#851)Gravatar Erik Dubbelboer 1-1/+1
2020-04-14Add configuration to not pre-parse multipart form data (#778)v1.10.0Gravatar Markmerc 1-1/+43
2020-02-28Don't send the fragment/hash/# part of a URL to the serverGravatar Erik Dubbelboer 1-0/+15