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
/
response_test.go
Age
Commit message (
Expand
)
Author
2024-07-29
net/http: don't write body for HEAD responses in Response.Write
Damien Neil
2024-03-08
net/http: close res.Body
guoguangwu
2023-09-20
all: simplify bool conditions
Oleksandr Redko
2023-08-11
net/http: disallow empty Content-Length header
Mauri de Souza Meneguzzo
2022-09-07
net/http: use strings.Builder
cuiweixie
2022-08-09
net/http: remove unused method needsSniff
Abirdcfly
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-05-06
net/http: only support "chunked" in inbound Transfer-Encoding headers
Filippo Valsorda
2019-09-02
std: remove unused bits of code all over the place
Daniel Martí
2019-04-16
all: clean up code with token.IsExported
Daniel Martí
2018-10-30
net/http: in Transport, don't error on non-chunked response with Trailer header
BigMikes
2018-02-20
net/http: use RFC 723x as normative reference in docs
David Url
2017-11-27
net/textproto: reject all headers with a leading space
Tom Bergan
2017-11-10
net/textproto: ignore initial lines with leading whitespaces in ReadMIMEHeader
Wèi Cōngruì
2017-05-24
net/http: Don't write 'Connection: close' header multiple times.
Filip Gruszczyński
2017-04-17
net/http: ignore extra space between response version and status code
Andy Balholm
2016-11-04
net/http: speed up tests, use t.Parallel when it's safe
Brad Fitzpatrick
2016-10-17
net/http: support multiple identical Content-Length headers
Emmanuel Odeke
2016-05-01
net/http: add Response.Uncompressed bool
Brad Fitzpatrick
2016-04-05
net/http: add Request.Context and Request.WithContext
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-01-26
net/http: fix nit in test
Mikio Hara
2016-01-13
net/http: reject non three digit status codes in ReadResponse
Emmanuel Odeke
2016-01-09
net/http: improve ReadResponse test coverage
Emmanuel Odeke
2015-10-13
net/http: ignore Transfer-Encoding for HTTP/1.0 responses
Brad Fitzpatrick
2015-04-29
net/http: handle "close" amongst multiple Connection tokens
Brad Fitzpatrick
2014-10-15
net/http: don't send implicit gzip Accept-Encoding on Range requests
Brad Fitzpatrick
2014-09-08
build: move package sources from src/pkg to src
Russ Cox