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.go
Age
Commit message (
Expand
)
Author
2026-02-03
net/http: prevent blocking when draining response body after it has been closed
Nicholas S. Husin
2024-01-10
net: add available godoc link
cui fliter
2022-04-15
net/http: optimize StatusText implementation
João Penteado
2022-04-11
all: gofmt main repo
Russ Cox
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2020-12-14
net/http: attempt deadlock fix in TestDisableKeepAliveUpgrade
Anmol Sethi
2020-12-01
net/http: allow upgrading non keepalive connections
Anmol Sethi
2020-05-01
net/http: remove badStringError, make some unexported structs non-comparable
Brad Fitzpatrick
2019-08-05
net/http: fix typo in Response.Body's doc
Shivani Singhal
2019-03-28
net/http: fix typo in Response.Body field docs
Brad Fitzpatrick
2019-03-11
all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'
Bryan C. Mills
2018-11-29
vendor/golang_org/x: move to internal/x
Bryan C. Mills
2018-08-25
net/http: make Transport return Writable Response.Body on protocol switch
Brad Fitzpatrick
2018-06-27
net/http/httptrace: expose request headers for http/1.1
Meir Fischer
2018-02-20
net/http: use RFC 723x as normative reference in docs
David Url
2018-01-05
net/http: soften wording around when the Transport reuses connections
Brad Fitzpatrick
2017-11-28
net/http: document streaming nature of Response.Body
Brad Fitzpatrick
2017-04-27
net/http: close resp.Body when error occurred during redirection
Weichao Tang
2017-04-17
net/http: ignore extra space between response version and status code
Andy Balholm
2017-02-13
net/http: document Response.Header values that are subordinate to other fields
Sameer Ajmani
2016-10-22
net/http: add NoBody, don't return nil from NewRequest on zero bodies
Brad Fitzpatrick
2016-09-01
net/http: omit Content-Length in Response.Write for 1xx or 204 status
Matt Layher
2016-06-29
net/http: be consistent about spelling of HTTP/1.x
Brad Fitzpatrick
2016-05-18
net/http: allow Client.CheckRedirect to use most recent response
Brad Fitzpatrick
2016-05-01
net/http: add Response.Uncompressed bool
Brad Fitzpatrick
2016-04-12
all: standardize RFC mention format
Dan Peterson
2016-04-05
net/http: zero pad Response status codes to three digits
Brad Fitzpatrick
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-01-13
net/http: reject non three digit status codes in ReadResponse
Emmanuel Odeke
2015-12-17
net/http: update Response.Trailer doc
Brad Fitzpatrick
2015-12-17
net/http: update bundled copy of http2, enable TestTrailersServerToClient tests
Brad Fitzpatrick
2015-06-26
net/http: add comment to exported ErrNoCookie and ErrNoLocation values
Matt Layher
2015-04-28
net/http: documentation updates
Brad Fitzpatrick
2014-12-13
net/http: document Response.Body Read+Close interaction with keep-alive
Brad Fitzpatrick
2014-09-08
build: move package sources from src/pkg to src
Russ Cox