aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/transfer.go
AgeCommit message (Expand)Author
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
2015-07-07net/http: revert overly-strict part of earlier smuggling defenseBrad Fitzpatrick
2015-06-30net/http: harden Server against request smugglingBrad Fitzpatrick
2015-06-25net/http: bound the number of bytes read seeking EOF in Handler's Body.CloseBrad Fitzpatrick
2015-05-14net/http: flush request body chunks in TransportBrad Fitzpatrick
2015-04-29net/http: handle "close" amongst multiple Connection tokensBrad Fitzpatrick
2015-04-29net/http: Don't set Content-Length: -1 when responding to a POSTPeter Waldschmidt
2015-01-07bufio: add Reader.DiscardBrad Fitzpatrick
2014-12-30net/http: support for setting trailers from a server HandlerBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox