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
/
request_test.go
Age
Commit message (
Expand
)
Author
2016-10-09
net/http: Add missing tests for parsePostForm
Quentin Renard
2016-10-05
Revert "net/http: improve performance for parsePostForm"
Joe Tsai
2016-10-04
net/http: improve performance for parsePostForm
Quentin Renard
2016-05-11
net/http: make the MaxBytesReader.Read error sticky
Brad Fitzpatrick
2016-04-16
net/http: normalize empty port in URL.Host's ":port"
Emmanuel Odeke
2016-03-12
net/http: make ParseMultipartForm also populate Request.PostForm
Emmanuel Odeke
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2015-12-11
net/url: reject space in host; do not escape < > " in host
Russ Cox
2015-12-10
net/http: make NewRequest with empty method mean GET
Brad Fitzpatrick
2015-12-10
net/http: run more tests in http2 mode
Brad Fitzpatrick
2015-12-05
net/http: make TestRedirect also test in http2 mode
Emmanuel Odeke
2015-11-13
net/http: require valid methods in NewRequest and Transport.RoundTrip
Brad Fitzpatrick
2015-07-15
net/http: do not allow space or slash in Host headers
Jeff R. Allen
2015-07-07
net/http: fix MaxBytesReader at EOF
Brad Fitzpatrick
2015-06-26
net/url: don't escape star requests when writing requests
Brad Fitzpatrick
2015-04-20
net/http: fix Transport data race, double cancel panic, cancel error message
Brad Fitzpatrick
2015-04-09
net/http: don't send IPv6 zone identifier in outbound request, per RFC 6874
Mikio Hara
2015-01-19
net/http: remove unused test type
Jongmin Kim
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]