summaryrefslogtreecommitdiff
path: root/src/net/http/transfer.go
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt main repoRuss Cox2022-04-111-4/+5
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-3/+3
* net/http: fix spelling in documentationjiahua wang2021-11-071-1/+1
* net/http: fix hang in probing for a zero-length request bodyDamien Neil2021-09-021-0/+4
* net/http: switch HTTP1 to ASCII equivalents of string functionsRoberto Clapis2021-05-101-1/+2
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-6/+5
* net/http: ensure Request.Body.Close is called once and only onceRoss Light2020-10-161-2/+12
* net/http: set Content-Length:0 for empty PATCH requests as with POST, PATCHSegflow2020-08-241-1/+1
* net/http: reject HTTP/1.1 Content-Length with sign in responsePaschalis Tsilias2020-05-311-3/+3
* net/http: handle body rewind in HTTP/2 connection loss betterRuss Cox2020-05-271-2/+8
* net/http: use ASCII space trimming throughoutFilippo Valsorda2020-05-061-4/+4
* net/http: only support "chunked" in inbound Transfer-Encoding headersFilippo Valsorda2020-05-061-63/+46
* net/http: remove badStringError, make some unexported structs non-comparableBrad Fitzpatrick2020-05-011-4/+4
* Revert "net/http: support gzip, x-gzip Transfer-Encodings"Filippo Valsorda2020-01-221-112/+13
* all: fix a bunch of misspellingsVille Skyttä2019-11-151-2/+2
* net/http: support gzip, x-gzip Transfer-EncodingsEmmanuel T Odeke2019-11-081-13/+112
* net/http: make Server return 501 for unsupported transfer-encodingsEmmanuel T Odeke2019-04-301-1/+17
* all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'Bryan C. Mills2019-03-111-1/+1
* net/http: let Transport request body writes use sendfileChris Marchesi2019-03-071-19/+34
* vendor/golang_org/x: move to internal/xBryan C. Mills2018-11-291-1/+1
* net/http: in Transport, don't error on non-chunked response with Trailer headerBigMikes2018-10-301-4/+10
* net/http: flesh out Transport's HTTP/1 CONNECT+bidi support to match HTTP/2Brad Fitzpatrick2018-10-121-1/+23
* all: fix a bunch of misspellingsIgor Zhilianin2018-10-081-1/+1
* net/http/httptrace: expose request headers for http/1.1Meir Fischer2018-06-271-2/+15
* net/http: conservatively flush Transport request headers by defaultBrad Fitzpatrick2018-05-241-0/+28
* vendor, net/http: update x/net for httplex to httpguts mergeBrad Fitzpatrick2018-05-071-3/+3
* net/http: use RFC 723x as normative reference in docsDavid Url2018-02-201-5/+5
* net/http: ignore response body when forbidden by status codeBen Burkert2017-10-191-1/+1
* net/http: various small cleanupsDaniel Martí2017-08-141-2/+1
* net/http: remove invalid checks of Request.Proto* for outgoing requestsBrad Fitzpatrick2017-06-081-2/+2
* net/http: Don't write 'Connection: close' header multiple times.Filip Gruszczyński2017-05-241-1/+4
* net/http: clean up Transport.RoundTrip error handlingBrad Fitzpatrick2017-03-021-4/+19
* net/http: restore Transport's Request.Body byte sniff in limited casesBrad Fitzpatrick2016-12-221-11/+142
* net/http: add NoBody, don't return nil from NewRequest on zero bodiesBrad Fitzpatrick2016-10-221-3/+3
* net/http: make NewRequest set empty Body nil, don't peek Read Body in TransportBrad Fitzpatrick2016-10-191-1/+2
* net/http: support multiple identical Content-Length headersEmmanuel Odeke2016-10-171-7/+23
* net/http: refactor testing of Request.Body on 0 ContentLengthBrad Fitzpatrick2016-09-301-27/+7
* net/http: use keyed composite literalJosh Bleecher Snyder2016-08-161-1/+1
* all: rename vendored golang.org/x/net packages to golang_orgBrad Fitzpatrick2016-07-131-1/+1
* net/http: update bundled http2Brad Fitzpatrick2016-05-191-2/+4
* all: standardize RFC mention formatDan Peterson2016-04-121-2/+2
* all: single space after period.Brad Fitzpatrick2016-03-021-5/+5
* net/http: refactored internal shouldClose for readabilityEmmanuel Odeke2016-02-251-14/+12
* net/http: relax recently-updated rules and behavior of CloseNotifierBrad Fitzpatrick2016-01-051-2/+21
* net/http: be more consistent about Request.Method "" vs "GET"Brad Fitzpatrick2015-12-171-1/+1
* net/http: split Trailers tests into two halvesBrad Fitzpatrick2015-12-161-11/+19
* net/http: ignore Transfer-Encoding for HTTP/1.0 responsesBrad Fitzpatrick2015-10-131-11/+21
* net/http: close server conn after broken trailersJed Denlea2015-08-051-0/+6
* net/http: fix server/transport data race when sharing the request bodyBrad Fitzpatrick2015-08-031-4/+3
* net/http: pause briefly after closing Server connection when body remainsBrad Fitzpatrick2015-07-271-0/+11