aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/main_test.go
AgeCommit message (Expand)Author
2019-11-04net/http: support disabling built-in HTTP/2 with a new build tagBrad Fitzpatrick
2019-11-02net/http: deflake TestCancelRequestWithChannelBeforeDo_CancelConstantin Konstantinidis
2018-04-04go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer
2017-06-27net/http: whitelist another non-http goroutine in leak checkerBrad Fitzpatrick
2017-06-15net/http: add a known goroutine, don't check goroutine leaks in benchmark modeBrad Fitzpatrick
2017-03-08net/http: use httptest.Server Client in testsJohan Brandhorst
2016-11-22net/http: fix parallel tests using global DefaultTransportBrad Fitzpatrick
2016-11-11net/http: make Server log on bad requests from clientsKenny Grant
2016-11-11net/http: deflake new TestInterruptWithPanic_h2Brad Fitzpatrick
2016-05-02net/http: fix typo in comment in main_testEmmanuel Odeke
2016-04-27net/http: remove idle transport connections from Transport when server closesBrad Fitzpatrick
2016-04-06net, runtime: skip flaky tests on OpenBSDBrad Fitzpatrick
2016-01-06net/http: add mechanism for marking flaky http testsBrad Fitzpatrick
2016-01-04net/http: deflake tests in full mode after t.Parallel additionsBrad Fitzpatrick
2015-11-25net/http: more HTTP/2 tests and fixesBrad Fitzpatrick
2015-11-19net/http: start of making all relevant tests test both http1 and http2Brad Fitzpatrick
2015-04-20net/http: fix Transport data race, double cancel panic, cancel error messageBrad Fitzpatrick
2015-01-28net/http: close HTTP response bodies in benchmarkBrad Fitzpatrick
2014-10-31net/http: add missing newline in list of leaked goroutinesIan Lance Taylor
2014-09-22net/http: replace z_last_test hack with testing.MainBrad Fitzpatrick