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
/
http_test.go
Age
Commit message (
Expand
)
Author
2026-03-12
net/http: use net/http/internal/http2 rather than h2_bundle.go
Damien Neil
2026-03-12
net/http/internal/http2: initial import
Damien Neil
2026-02-06
net/http: remove hasPort and simplify logic
Jorropo
2025-02-13
net/http, net/http/internal/httpcommon: add httpcommon package
Damien Neil
2024-11-05
net/http: add Protocols field to Server and Transport
Damien Neil
2024-09-13
internal/testenv: add MustHaveSource, rm HasSrc
Kir Kolyshkin
2024-07-25
net: use slices and maps to clean up tests
apocelipes
2023-08-22
net/http: use testenv.Command instead of exec.Command in tests
Bryan C. Mills
2023-06-29
net/http: validate Host header before sending
Damien Neil
2023-02-27
net/http: reduce calls to append in hexEscapeNonASCII to gain a slight perfor...
Andy Pan
2021-05-11
net/http: check that Unicode-aware functions are not used
Filippo Valsorda
2020-10-27
net/http: use exponential backoff for polling in Server.Shutdown
Dan Peterson
2020-06-11
[dev.link] cmd/compile, cmd/link: remove dead methods if type is not used in ...
Cherry Zhang
2019-11-04
net/http: support disabling built-in HTTP/2 with a new build tag
Brad Fitzpatrick
2019-09-07
net/http: make copyValues append instead of calling Add
smasher164
2016-11-04
net/http: speed up tests, use t.Parallel when it's safe
Brad Fitzpatrick
2016-11-01
net/http: add Server.Close & Server.Shutdown for forced & graceful shutdown
Brad Fitzpatrick
2016-09-27
net/http: add more IDNA2008 tests and fix some omissions
Brad Fitzpatrick
2016-09-13
net/http: make Transport support international domain names
Brad Fitzpatrick
2016-08-30
all: use testing.GoToolPath instead of "go"
Keith Randall
2016-03-22
net/http, internal/testenv: find go binary in PATH
David Crawshaw
2016-03-16
net/http: remove init func reference to ServeMux
Brad Fitzpatrick
2016-03-16
net/http: use dynamic type assertion to remove HTTP server code from cmd/go
Brad Fitzpatrick
2015-07-15
net/http: do not allow space or slash in Host headers
Jeff R. Allen
2014-12-30
net/http: support for setting trailers from a server Handler
Brad Fitzpatrick