aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/serve_test.go
AgeCommit message (Expand)Author
2023-05-24net/http: second do not force the Content-Length header if nilledJorropo
2023-05-15Revert "net/http: do not force the Content-Length header if nilled"Austin Clements
2023-05-15net/http: handle WriteHeader(101) as a non-informational headerDamien Neil
2023-05-15net/http: do not force the Content-Length header if nilledLaurent Senta
2023-05-02net/http: avoid leaking the writing goroutineMichael Fraenkel
2023-04-12net/http: avoid leaking writer goroutines in testsBryan C. Mills
2023-04-12net/http: only report the first leak of each test runBryan C. Mills
2023-03-22net/http: improve logging in TestServerSetKeepAlivesEnabledClosesConnsBryan C. Mills
2023-03-17net/http: eliminate more arbitrary timeouts in testsBryan C. Mills
2023-03-15net/http: avoid making a request to a closed server in TestServerShutdownBryan C. Mills
2023-03-13net/http: remove more arbitrary timeouts from server testsBryan C. Mills
2023-03-08net/http: remove arbitrary timeout in TestServerAllowsBlockingRemoteAddrBryan C. Mills
2023-02-22net/http: remove warning when parsing a query containing a semicolonDamien Neil
2023-02-01net/http: remove another arbitrary timeout in TestTLSHandshakeTimeoutBryan C. Mills
2022-11-22all: enable disabled HTTP/2 testsDamien Neil
2022-11-19net/http: direct server logs to test output in testsDamien Neil
2022-11-10net/http: add tests for Server.ReadTimeout and server.WriteTimeoutDamien Neil
2022-11-08net/textproto: reject invalid header keys/values in ReadMIMEHeaderDamien Neil
2022-10-07net/http: refactor tests to run most in HTTP/1 and HTTP/2 modesDamien Neil
2022-09-21net/http: accept HEAD requests with a bodyDamien Neil
2022-09-16net/http: deflake TestServerCancelsReadHeaderTimeoutWhenIdleBryan C. Mills
2022-09-07net/http: use strings.Buildercuiweixie
2022-09-05net/http: don't time out idle server connections after ReadHeaderTimeoutEliza Weisman
2022-08-15net/http: add Server.DisableOptionsHandler for custom handling of OPTIONS *Alexander Yastrebov
2022-08-12net/http: add a test to verify form tempfiles are deletedDamien Neil
2022-06-29net/http: don't strip whitespace from Transfer-Encoding headersDamien Neil
2022-05-17net/http: allow sending 1xx responsesKévin Dunglas
2022-05-11Revert "net/http: close accepted connection"Alexander Yastrebov
2022-05-09net/http: close accepted connectionAlexander Yastrebov
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