aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/transfer.go
AgeCommit message (Expand)Author
2022-04-11all: gofmt main repoRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-07net/http: fix spelling in documentationjiahua wang
2021-09-02net/http: fix hang in probing for a zero-length request bodyDamien Neil
2021-05-10net/http: switch HTTP1 to ASCII equivalents of string functionsRoberto Clapis
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-16net/http: ensure Request.Body.Close is called once and only onceRoss Light
2020-08-24net/http: set Content-Length:0 for empty PATCH requests as with POST, PATCHSegflow
2020-05-31net/http: reject HTTP/1.1 Content-Length with sign in responsePaschalis Tsilias
2020-05-27net/http: handle body rewind in HTTP/2 connection loss betterRuss Cox
2020-05-06net/http: use ASCII space trimming throughoutFilippo Valsorda
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-15all: fix a bunch of misspellingsVille Skyttä
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-11all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'Bryan C. Mills
2019-03-07net/http: let Transport request body writes use sendfileChris Marchesi
2018-11-29vendor/golang_org/x: move to internal/xBryan C. Mills
2018-10-30net/http: in Transport, don't error on non-chunked response with Trailer headerBigMikes
2018-10-12net/http: flesh out Transport's HTTP/1 CONNECT+bidi support to match HTTP/2Brad Fitzpatrick
2018-10-08all: fix a bunch of misspellingsIgor Zhilianin
2018-06-27net/http/httptrace: expose request headers for http/1.1Meir Fischer
2018-05-24net/http: conservatively flush Transport request headers by defaultBrad Fitzpatrick
2018-05-07vendor, net/http: update x/net for httplex to httpguts mergeBrad Fitzpatrick
2018-02-20net/http: use RFC 723x as normative reference in docsDavid Url
2017-10-19net/http: ignore response body when forbidden by status codeBen Burkert
2017-08-14net/http: various small cleanupsDaniel Martí
2017-06-08net/http: remove invalid checks of Request.Proto* for outgoing requestsBrad Fitzpatrick
2017-05-24net/http: Don't write 'Connection: close' header multiple times.Filip Gruszczyński
2017-03-02net/http: clean up Transport.RoundTrip error handlingBrad Fitzpatrick
2016-12-22net/http: restore Transport's Request.Body byte sniff in limited casesBrad Fitzpatrick
2016-10-22net/http: add NoBody, don't return nil from NewRequest on zero bodiesBrad Fitzpatrick
2016-10-19net/http: make NewRequest set empty Body nil, don't peek Read Body in TransportBrad Fitzpatrick
2016-10-17net/http: support multiple identical Content-Length headersEmmanuel Odeke
2016-09-30net/http: refactor testing of Request.Body on 0 ContentLengthBrad Fitzpatrick
2016-08-16net/http: use keyed composite literalJosh Bleecher Snyder
2016-07-13all: rename vendored golang.org/x/net packages to golang_orgBrad Fitzpatrick
2016-05-19net/http: update bundled http2Brad Fitzpatrick
2016-04-12all: standardize RFC mention formatDan Peterson
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-25net/http: refactored internal shouldClose for readabilityEmmanuel Odeke
2016-01-05net/http: relax recently-updated rules and behavior of CloseNotifierBrad Fitzpatrick
2015-12-17net/http: be more consistent about Request.Method "" vs "GET"Brad Fitzpatrick
2015-12-16net/http: split Trailers tests into two halvesBrad Fitzpatrick
2015-10-13net/http: ignore Transfer-Encoding for HTTP/1.0 responsesBrad Fitzpatrick
2015-08-05net/http: close server conn after broken trailersJed Denlea
2015-08-03net/http: fix server/transport data race when sharing the request bodyBrad Fitzpatrick
2015-07-27net/http: pause briefly after closing Server connection when body remainsBrad Fitzpatrick