aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/serve_test.go
AgeCommit message (Expand)Author
4 daysnet/http: run tests for HTTP/3 where it can already passNicholas S. Husin
2026-03-24net/http: add a test for starting a server with no HTTP/2 and no TLS configDamien Neil
2026-03-23net/http: make ResponseWriter.ReadFrom respect declared Content-LengthNicholas S. Husin
2026-03-12net/http/internal/http2: remove ExportSetH2GoawayTimeoutDamien Neil
2025-11-21net/http: preserve original path encoding in redirectsSean Liao
2025-11-21net/http: use HTTP 307 redirects in ServeMuxSean Liao
2025-11-18Revert "net/http: do not discard body content when closing it within request ...Nicholas S. Husin
2025-11-14net/http: do not discard body content when closing it within request handlersNicholas S. Husin
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2025-09-06net/http: pool transport gzip readersAlexander Yastrebov
2025-05-21net/http: use synctest.Test rather than RunDamien Neil
2025-05-19net/http: fix ServeMux.Handler on trailing-slash redirectJonathan Amsterdam
2025-04-16net/http: set Request.TLS when net.Conn implements ConnectionStateWeidi Deng
2025-04-09net/http: reduce memory usage when hijackingJakob Ackermann
2025-03-04net/http: don't modify caller's tls.Config.NextProtosDamien Neil
2025-02-27net/http: reject newlines in chunk-size linesDamien Neil
2025-02-14net/http: unskip TestDisableContentLength/h2Dmitri Shuralyov
2025-02-10net/http: use standard time formatting methodsTom Thorogood
2024-11-25net/http: run TestServerShutdownStateNew in a synctest bubbleDamien Neil
2024-07-29net/http: don't write HEAD response body in ResponseWriter.ReadFromDamien Neil
2024-07-25net: use slices and maps to clean up testsapocelipes
2024-06-28net/http: avoid appending an existing trailing slash to path againJes Cok
2024-06-18net/http: keep Content-Encoding in Error, add GODEBUG for ServeContentDamien Neil
2024-06-07net/http: check GetConfigForClient in server.ServeTLSChance Zibolski
2024-05-23std: fix calls to Printf(s) with non-constant sAlan Donovan
2024-05-21net/http: disable flaky 100-continue testsDamien Neil
2024-05-14net/http: avoid panic when writing 100-continue after handler doneDamien Neil
2024-05-09net/http: remove misleading response headers on errorRuss Cox
2024-03-25net/http: eliminate the needless idle timeout for TestServerNoReadTimeoutAndy Pan
2024-03-22net/http: ensure server handler is done in TestServerNoWriteTimeoutDamien Neil
2024-03-21net/http: add tests with zero and negative read/write timeoutsAndy Pan
2024-03-14Revert "net/http: remove superfluous newline on redirects"Russ Cox
2024-02-29net/http: remove Content-Length header in http.ErrorDamien Neil
2024-02-26net/http: reject client-side retries in server timeout testsBryan C. Mills
2024-02-14net/http: reject requests with invalid Content-Length headersAndy Pan
2024-02-13net/http: refine trailing-slash redirect logicJonathan Amsterdam
2024-02-12net/http: remove superfluous newline on redirectscodesoap
2024-01-30net/textproto: reject HTTP requests with empty header keysAndy Pan
2023-11-02net/http: remove arbitrary timeouts in tests of Server.ErrorLogBryan C. Mills
2023-09-27net/http: add extra synchronization for a Logf call in TestTransportAndServer...Bryan C. Mills
2023-09-20net/http: eliminate more clientServerTest leaks in tests that use runTimeSens...Bryan C. Mills
2023-09-19net/http: buffer the testConn close channel in TestHandlerFinishSkipBigConten...Bryan C. Mills
2023-09-15net/http: avoid leaking goroutines when TestServerGracefulClose retriesBryan C. Mills
2023-09-14net/http: synchronize tests that use reqNum countersBryan C. Mills
2023-09-13net/http: scale rstAvoidanceDelay to reduce test flakinessBryan C. Mills
2023-09-05all: use ^$ instead of XXXX, NoSuchTestExists to match no testsDmitri Shuralyov
2023-09-05all: use ^TestName$ regular pattern for invoking a single testDmitri Shuralyov
2023-08-25net/http: deflake TestRequestBodyLimitDamien Neil
2023-08-22net/http: use testenv.Command instead of exec.Command in testsBryan C. Mills
2023-06-07net/http: close response body in TestRequestBodyLimitDamien Neil