summaryrefslogtreecommitdiff
path: root/src/net/http/main_test.go
Commit message (Expand)AuthorAgeFilesLines
* net/http: adjust a substring which matches "uninteresting" goroutineNevkontakte2021-11-051-1/+1
* all: use bytes.Cut, strings.CutRuss Cox2021-10-061-5/+2
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-2/+2
* net/http: support disabling built-in HTTP/2 with a new build tagBrad Fitzpatrick2019-11-041-0/+3
* net/http: deflake TestCancelRequestWithChannelBeforeDo_CancelConstantin Konstantinidis2019-11-021-1/+1
* go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer2018-04-041-5/+5
* net/http: whitelist another non-http goroutine in leak checkerBrad Fitzpatrick2017-06-271-0/+1
* net/http: add a known goroutine, don't check goroutine leaks in benchmark modeBrad Fitzpatrick2017-06-151-2/+16
* net/http: use httptest.Server Client in testsJohan Brandhorst2017-03-081-4/+0
* net/http: fix parallel tests using global DefaultTransportBrad Fitzpatrick2016-11-221-0/+4
* net/http: make Server log on bad requests from clientsKenny Grant2016-11-111-0/+4
* net/http: deflake new TestInterruptWithPanic_h2Brad Fitzpatrick2016-11-111-0/+13
* net/http: fix typo in comment in main_testEmmanuel Odeke2016-05-021-1/+1
* net/http: remove idle transport connections from Transport when server closesBrad Fitzpatrick2016-04-271-0/+14
* net, runtime: skip flaky tests on OpenBSDBrad Fitzpatrick2016-04-061-9/+0
* net/http: add mechanism for marking flaky http testsBrad Fitzpatrick2016-01-061-0/+9
* net/http: deflake tests in full mode after t.Parallel additionsBrad Fitzpatrick2016-01-041-0/+9
* net/http: more HTTP/2 tests and fixesBrad Fitzpatrick2015-11-251-42/+0
* net/http: start of making all relevant tests test both http1 and http2Brad Fitzpatrick2015-11-191-0/+42
* net/http: fix Transport data race, double cancel panic, cancel error messageBrad Fitzpatrick2015-04-201-10/+14
* net/http: close HTTP response bodies in benchmarkBrad Fitzpatrick2015-01-281-1/+1
* net/http: add missing newline in list of leaked goroutinesIan Lance Taylor2014-10-311-1/+1
* net/http: replace z_last_test hack with testing.MainBrad Fitzpatrick2014-09-221-0/+109