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
/
requestwrite_test.go
Age
Commit message (
Expand
)
Author
2025-10-10
net/http: run TestRequestWriteTransport with fake time to avoid flakes
Damien Neil
2022-09-07
net/http: use strings.Builder
cuiweixie
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-08-24
net/http: set Content-Length:0 for empty PATCH requests as with POST, PATCH
Segflow
2020-08-21
net/http: use iotest.ErrReader in tests
Carlos Alexandro Becker
2019-01-23
net/url, net/http: reject control characters in URLs
Brad Fitzpatrick
2018-11-14
net/http: make Transport respect {X-,}Idempotency-Key header
Brad Fitzpatrick
2018-10-12
net/http: flesh out Transport's HTTP/1 CONNECT+bidi support to match HTTP/2
Brad Fitzpatrick
2017-12-01
Revert "go/printer: forbid empty line before first comment in block"
Joe Tsai
2017-11-02
go/printer: forbid empty line before first comment in block
Joe Tsai
2016-12-22
net/http: restore Transport's Request.Body byte sniff in limited cases
Brad Fitzpatrick
2016-12-01
net/http: revert change making NewRequest set ContentLength -1
Brad Fitzpatrick
2016-10-19
net/http: make NewRequest set empty Body nil, don't peek Read Body in Transport
Brad Fitzpatrick
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2015-06-26
net/http: change default user agent string
Aamir Khan
2015-04-09
net/http: don't send IPv6 zone identifier in outbound request, per RFC 6874
Mikio Hara
2014-09-08
build: move package sources from src/pkg to src
Russ Cox