aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/transfer_test.go
AgeCommit message (Expand)Author
2020-05-31net/http: reject HTTP/1.1 Content-Length with sign in responsePaschalis Tsilias
2020-05-06net/http: only support "chunked" in inbound Transfer-Encoding headersFilippo Valsorda
2020-05-01net/http: remove badStringError, make some unexported structs non-comparableBrad Fitzpatrick
2020-01-22Revert "net/http: support gzip, x-gzip Transfer-Encodings"Filippo Valsorda
2019-11-08net/http: support gzip, x-gzip Transfer-EncodingsEmmanuel T Odeke
2019-04-30net/http: make Server return 501 for unsupported transfer-encodingsEmmanuel T Odeke
2019-03-07net/http: let Transport request body writes use sendfileChris Marchesi
2018-06-22net/http: fix test assertionThomas Bruyelle
2018-05-24net/http: conservatively flush Transport request headers by defaultBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox