aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/serve_test.go
AgeCommit message (Expand)Author
2018-02-16net/http: increase timeout length for TestOnlyWriteTimeoutRichard Miller
2018-01-11net/http: redirect host-based patterns to trailing slashTerin Stock
2017-12-08net/http: deflake TestServerCancelsReadTimeoutWhenIdleBrad Fitzpatrick
2017-12-01net/http: speed up and deflake TestServerKeepAlivesEnabled_h2Brad Fitzpatrick
2017-11-15net/http: don't set Content-Type with empty body automaticallyTw
2017-11-10net/http: simplify ctx.Err() call in testSina Siadat
2017-11-01net/http: set Content-Type header for HEAD as wellDmitri Shuralyov
2017-10-18net/http: update bundled http2Tom Bergan
2017-10-02net/http: make TimeoutHandler recover child handler panicsArtyom Pervukhin
2017-09-08net/http: make ServeMux preserve query string during redirectsKunpei Sakai
2017-06-08net/http: simplify recently added TestServeTLSBrad Fitzpatrick
2017-06-08net/http: add Server.ServeTLS methodNiklas Schnelle
2017-05-25net/http: revert CL 43779Emmanuel Odeke
2017-05-24net/http: permit incoming CONNECT requests without Host headersBrad Fitzpatrick
2017-05-23net/http: Add Server.RegisterOnShutdownTom Bergan
2017-05-22net/http: make ServeMux preserve query string during redirectsEmmanuel Odeke
2017-04-29net/http: enable TestRequestDoesntBodyCloseDoesntBlockEmmanuel Odeke
2017-04-28net/http: re-simplify HTTP/1.x status line writingBrad Fitzpatrick
2017-04-26net/http: make LocalAddrContext handle wildcard interfaceMichael Fraenkel
2017-04-25net/http: update bundled x/net/http2Brad Fitzpatrick
2017-04-06net/http: add tests for http2 Server WriteTimeout enforcement per streamKale Blankenship
2017-03-24net/http: strip port from host in mux HandlerKenny Grant
2017-03-22net/http: improve speed of default muxKenny Grant
2017-03-22net/http: fix possible nil pointer dereference in TestOnlyWriteTimeoutMikio Hara
2017-03-20net/http: deflake TestServerAllowsBlockingRemoteAddr moreBrad Fitzpatrick
2017-03-14net/http: deflake TestServerTimeoutsBrad Fitzpatrick
2017-03-10net/http: change TestServerAllowsBlockingRemoteAddr to non-parallelJosh Bleecher Snyder
2017-03-08net/http: use httptest.Server Client in testsJohan Brandhorst
2017-03-02net/http: add more debugging to TestServerAllowsBlockingRemoteAddrBrad Fitzpatrick
2017-02-08net/http: don't modify Request in StripPrefixDmitri Shuralyov
2017-02-01net/http: make Server validate HTTP methodMichael Fraenkel
2017-01-24net/http: fix a nitMikio Hara
2017-01-14net/http: skip TestServerHijackGetsBackgroundByte on Plan 9David du Colombier
2017-01-14net/http: skip TestServerHijackGetsBackgroundByte_big on Plan 9David du Colombier
2017-01-14net/http: add another hijack-after-background-read testBrad Fitzpatrick
2017-01-13net/http: make sure Hijack's bufio.Reader includes pre-read background byteBrad Fitzpatrick
2017-01-07net/http: don't do a background read if we've already done oneIan Lance Taylor
2017-01-04net/http: make Server cancel its ReadTimeout between requestsBrad Fitzpatrick
2016-12-31net/http: update bundled http2 for Server WriteTimeout changeBrad Fitzpatrick
2016-12-30net/http: add test for http2 Server WriteTimeoutKale Blankenship
2016-12-15net/http: deflake TestServerTimeouts maybeBrad Fitzpatrick
2016-11-30net/http: fix test TestServeMuxHandlerRedirectsShenghou Ma
2016-11-22net/http: fix parallel tests using global DefaultTransportBrad Fitzpatrick
2016-11-15all: don't call t.Fatal from a goroutineIan Lance Taylor
2016-11-15net: add test that TCP Close unblocks blocked ReadsBrad Fitzpatrick
2016-11-14net/http: update bundled http2, add TestServerKeepAlivesEnabled h1/h2 testsBrad Fitzpatrick
2016-11-13net/http: enable timeout tests on Plan 9David du Colombier
2016-11-13net/http: fix error message in TestClientWriteShutdownDavid du Colombier
2016-11-11net/http: make Server respect shutdown state after handler finishesBrad Fitzpatrick
2016-11-11net/http: make Server log on bad requests from clientsKenny Grant