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
/
main_test.go
Age
Commit message (
Expand
)
Author
2025-02-04
net: use strings.SplitSeq and bytes.SplitSeq
apocelipes
2024-04-03
net/http: speed up go test
Felix Geisendörfer
2024-03-21
net/http: use slices to simplify the code
apocelipes
2023-04-12
net/http: only report the first leak of each test run
Bryan C. Mills
2023-04-07
net/http: wait forever for write results in tests
Damien Neil
2023-03-17
net/http: eliminate more arbitrary timeouts in tests
Bryan C. Mills
2021-11-05
net/http: adjust a substring which matches "uninteresting" goroutine
Nevkontakte
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2019-11-04
net/http: support disabling built-in HTTP/2 with a new build tag
Brad Fitzpatrick
2019-11-02
net/http: deflake TestCancelRequestWithChannelBeforeDo_Cancel
Constantin Konstantinidis
2018-04-04
go/printer, gofmt: tuned table alignment for better results
Robert Griesemer
2017-06-27
net/http: whitelist another non-http goroutine in leak checker
Brad Fitzpatrick
2017-06-15
net/http: add a known goroutine, don't check goroutine leaks in benchmark mode
Brad Fitzpatrick
2017-03-08
net/http: use httptest.Server Client in tests
Johan Brandhorst
2016-11-22
net/http: fix parallel tests using global DefaultTransport
Brad Fitzpatrick
2016-11-11
net/http: make Server log on bad requests from clients
Kenny Grant
2016-11-11
net/http: deflake new TestInterruptWithPanic_h2
Brad Fitzpatrick
2016-05-02
net/http: fix typo in comment in main_test
Emmanuel Odeke
2016-04-27
net/http: remove idle transport connections from Transport when server closes
Brad Fitzpatrick
2016-04-06
net, runtime: skip flaky tests on OpenBSD
Brad Fitzpatrick
2016-01-06
net/http: add mechanism for marking flaky http tests
Brad Fitzpatrick
2016-01-04
net/http: deflake tests in full mode after t.Parallel additions
Brad Fitzpatrick
2015-11-25
net/http: more HTTP/2 tests and fixes
Brad Fitzpatrick
2015-11-19
net/http: start of making all relevant tests test both http1 and http2
Brad Fitzpatrick
2015-04-20
net/http: fix Transport data race, double cancel panic, cancel error message
Brad Fitzpatrick
2015-01-28
net/http: close HTTP response bodies in benchmark
Brad Fitzpatrick
2014-10-31
net/http: add missing newline in list of leaked goroutines
Ian Lance Taylor
2014-09-22
net/http: replace z_last_test hack with testing.Main
Brad Fitzpatrick