aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/serve_test.go
AgeCommit message (Expand)Author
2022-04-25net/http: add MaxBytesErrorCarl Johnson
2022-04-18net/http: eliminate arbitrary timeouts in TestServerRequestContextCancel_Conn...Bryan C. Mills
2022-04-11all: gofmt main repoRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-07net/http: remove arbitrary timeout in TestServerHijackGetsBackgroundByte_bigBryan C. Mills
2021-11-30net/http: eliminate arbitrary timeout in TestClientWriteShutdownBryan C. Mills
2021-11-09net/http: add MaxBytesHandlerCarl Johnson
2021-11-08net/http: deflake TestTimeoutHandlerContextCanceledDamien Neil
2021-11-07net/http: fix spelling in documentationjiahua wang
2021-11-05net/http: distinguish between timeouts and client hangups in TimeoutHandlerCharlie Getzen
2021-11-02net/http: deflake TestServerKeepAlivesEnabled_h{1,2}Damien Neil
2021-06-10net/http: remove test-only private key from production binariesDamien Neil
2021-06-09net/http: add AllowQuerySemicolonsFilippo Valsorda
2021-05-03net/http: use relative path in Location redirectRoland Shoemaker
2021-01-22net/http: fix flaky TestDisableKeepAliveUpgradeDamien Neil
2020-12-14net/http: attempt deadlock fix in TestDisableKeepAliveUpgradeAnmol Sethi
2020-12-01net/http: allow upgrading non keepalive connectionsAnmol Sethi
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-16net/http: deflake TestServerEmptyBodyRace_h1, or at least tryRuss Cox
2020-10-14net/http: return 505 status for rejected protocol versionDamien Neil
2020-09-06net/http: mark http/2 connections activeMichael Fraenkel
2020-08-25net/http: handle Request.URL.RawPath in StripPrefixAndrew Gerrand
2020-05-06net/http: only support "chunked" in inbound Transfer-Encoding headersFilippo Valsorda
2020-04-21net/http: fix Server.Shutdown race where it could miss an active connectionBrad Fitzpatrick
2020-03-27net/http: remove arbitrary timeouts from TestIdentityResponse and TestTLSHand...Bryan C. Mills
2020-03-11net/http: use t.Deadline instead of an arbitrary timeout in TestServerConnStateBryan C. Mills
2020-02-27all: fix incorrect channel and API usage in some unit testsZiheng Liu
2019-12-10net/http: await state traces earlier in TestServerConnStateBryan C. Mills
2019-12-07net/http: unflake TestTimeoutHandlerSuperfluousLogsEmmanuel T Odeke
2019-11-22net/http: rename tests for Redirect and StripPrefixDmitri Shuralyov
2019-11-21net/http: fix Server.ConnContext modifying context for all new connectionsRoman Kollár
2019-11-15all: fix a bunch of misspellingsVille Skyttä
2019-11-04net/http: support disabling built-in HTTP/2 with a new build tagBrad Fitzpatrick
2019-10-21net/http: make TimeoutHandler log spurious WriteHeader callsEmmanuel T Odeke
2019-10-09net/http: update bundled x/net/http2Emmanuel T Odeke
2019-10-09net/http: do not sniff response if Content-Encoding header is setEmmanuel T Odeke
2019-09-27net/http: remove TestTimeoutHandlerAndFlusher due to flakesEmmanuel T Odeke
2019-09-26net/http, doc/go1.13.html: revert TimeoutHandler.FlushEmmanuel T Odeke
2019-09-26net/textproto: don't normalize headers with spaces before the colonFilippo Valsorda
2019-07-08net/http: fix Transport.MaxConnsPerHost limits & idle pool racesRuss Cox
2019-06-07net/http: support BaseContext & ConnContext for http2 ServerBrad Fitzpatrick
2019-06-04net/http: roll back "clean the path of the stripped URL by StripPrefix"Dmitri Shuralyov
2019-05-28net/http: quiet some log spam in testsBrad Fitzpatrick
2019-05-22all: shorten some testsRuss Cox
2019-04-30net/http: make Server return 501 for unsupported transfer-encodingsEmmanuel T Odeke
2019-04-15net/http: add Server BaseContext & ConnContext fields to control early contextBrad Fitzpatrick
2019-03-11net/http: add missing error checks in testsLeon Klingele
2019-02-26net/http: clean the path of the stripped URL by StripPrefixGgicci
2018-10-24crypto/tls, net/http: reject HTTP requests to HTTPS serverBrad Fitzpatrick
2018-10-03io: export StringWriterDaniel Martí