index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
http
/
transfer.go
Age
Commit message (
Expand
)
Author
2023-02-14
all: fix some comments
cui fliter
2022-11-18
all: add missing periods in comments
cui fliter
2022-09-21
net/http: accept HEAD requests with a body
Damien Neil
2022-06-29
net/http: don't strip whitespace from Transfer-Encoding headers
Damien Neil
2022-05-17
net/http: allow sending 1xx responses
Kévin Dunglas
2022-05-03
io: NopCloser forward WriterTo implementations if the reader supports it
Jorropo
2022-04-11
all: gofmt main repo
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-07
net/http: fix spelling in documentation
jiahua wang
2021-09-02
net/http: fix hang in probing for a zero-length request body
Damien Neil
2021-05-10
net/http: switch HTTP1 to ASCII equivalents of string functions
Roberto Clapis
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-10-16
net/http: ensure Request.Body.Close is called once and only once
Ross Light
2020-08-24
net/http: set Content-Length:0 for empty PATCH requests as with POST, PATCH
Segflow
2020-05-31
net/http: reject HTTP/1.1 Content-Length with sign in response
Paschalis Tsilias
2020-05-27
net/http: handle body rewind in HTTP/2 connection loss better
Russ Cox
2020-05-06
net/http: use ASCII space trimming throughout
Filippo Valsorda
2020-05-06
net/http: only support "chunked" in inbound Transfer-Encoding headers
Filippo Valsorda
2020-05-01
net/http: remove badStringError, make some unexported structs non-comparable
Brad Fitzpatrick
2020-01-22
Revert "net/http: support gzip, x-gzip Transfer-Encodings"
Filippo Valsorda
2019-11-15
all: fix a bunch of misspellings
Ville Skyttä
2019-11-08
net/http: support gzip, x-gzip Transfer-Encodings
Emmanuel T Odeke
2019-04-30
net/http: make Server return 501 for unsupported transfer-encodings
Emmanuel T Odeke
2019-03-11
all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'
Bryan C. Mills
2019-03-07
net/http: let Transport request body writes use sendfile
Chris Marchesi
2018-11-29
vendor/golang_org/x: move to internal/x
Bryan C. Mills
2018-10-30
net/http: in Transport, don't error on non-chunked response with Trailer header
BigMikes
2018-10-12
net/http: flesh out Transport's HTTP/1 CONNECT+bidi support to match HTTP/2
Brad Fitzpatrick
2018-10-08
all: fix a bunch of misspellings
Igor Zhilianin
2018-06-27
net/http/httptrace: expose request headers for http/1.1
Meir Fischer
2018-05-24
net/http: conservatively flush Transport request headers by default
Brad Fitzpatrick
2018-05-07
vendor, net/http: update x/net for httplex to httpguts merge
Brad Fitzpatrick
2018-02-20
net/http: use RFC 723x as normative reference in docs
David Url
2017-10-19
net/http: ignore response body when forbidden by status code
Ben Burkert
2017-08-14
net/http: various small cleanups
Daniel Martí
2017-06-08
net/http: remove invalid checks of Request.Proto* for outgoing requests
Brad Fitzpatrick
2017-05-24
net/http: Don't write 'Connection: close' header multiple times.
Filip Gruszczyński
2017-03-02
net/http: clean up Transport.RoundTrip error handling
Brad Fitzpatrick
2016-12-22
net/http: restore Transport's Request.Body byte sniff in limited cases
Brad Fitzpatrick
2016-10-22
net/http: add NoBody, don't return nil from NewRequest on zero bodies
Brad Fitzpatrick
2016-10-19
net/http: make NewRequest set empty Body nil, don't peek Read Body in Transport
Brad Fitzpatrick
2016-10-17
net/http: support multiple identical Content-Length headers
Emmanuel Odeke
2016-09-30
net/http: refactor testing of Request.Body on 0 ContentLength
Brad Fitzpatrick
2016-08-16
net/http: use keyed composite literal
Josh Bleecher Snyder
2016-07-13
all: rename vendored golang.org/x/net packages to golang_org
Brad Fitzpatrick
2016-05-19
net/http: update bundled http2
Brad Fitzpatrick
2016-04-12
all: standardize RFC mention format
Dan Peterson
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-25
net/http: refactored internal shouldClose for readability
Emmanuel Odeke
2016-01-05
net/http: relax recently-updated rules and behavior of CloseNotifier
Brad Fitzpatrick
[next]