aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/clientserver_test.go
AgeCommit message (Expand)Author
27 hoursnet/http: temporarily disable HTTP/3 testsNicholas S. Husin
32 hoursnet/http: fix wrong context being used when shutting down HTTP/3 serverNicholas S. Husin
4 daysnet/http: run tests for HTTP/3 where it can already passNicholas S. Husin
5 daysnet/http: add support for running HTTP tests against HTTP/3Nicholas S. Husin
2026-03-12net/http: use net/http/internal/http2 rather than h2_bundle.goDamien Neil
2025-11-24net/http: add Transport.NewClientConnDamien Neil
2025-09-26net/http: add more tests of transport connection poolDamien Neil
2025-05-21net/http: use synctest.Test rather than RunDamien Neil
2025-02-14net/http: use runtime.AddCleanup instead of runtime.SetFinalizerCarlos Amedee
2024-11-26net/http: test for racing idle conn closure and new requestsDamien Neil
2024-11-25net/http: run TestServerShutdownStateNew in a synctest bubbleDamien Neil
2024-10-07crypto/rand: remove /dev/urandom fallback and improve getrandom batchingFilippo Valsorda
2024-10-02all: use slices.Sorted(maps.Keys(m))Tobias Klauser
2024-07-25net: use slices and maps to clean up testsapocelipes
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-04-08net/http: update HandlerWritesTooMuch test to allow different h1/h2 behaviorDamien Neil
2023-08-24net/http: remove arbitrary timeout from TestTransportGCRequestDamien Neil
2023-03-17net/http: eliminate more arbitrary timeouts in testsBryan C. Mills
2023-01-19runtime: replace panic(nil) with panic(new(runtime.PanicNilError))Russ Cox
2022-11-19net/http: direct server logs to test output in testsDamien Neil
2022-10-07net/http: refactor tests to run most in HTTP/1 and HTTP/2 modesDamien Neil
2022-05-17net/http: unskip TestEarlyHintsRequest_h2Kévin Dunglas
2022-05-17net/http: allow sending 1xx responsesKévin Dunglas
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-12net/http: do not send Transfer-Encoding: identity in responsesDamien Neil
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-16net/http: try to deflake TestTransportDiscardsUnneededConnsRuss Cox
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-02-27net/http: remove use of DeepEqual for testing errorsMarcel van Lohuizen
2018-10-03net/http: log call site which causes multiple header writesDavid Url
2018-10-02net/http: make Transport send WebSocket upgrade requests over HTTP/1Brad Fitzpatrick
2018-08-21net/http: add test showing that ReverseProxy HTTP/2 bidi streaming worksBrad Fitzpatrick
2018-06-29net/http: update bundled http2Brad Fitzpatrick
2018-01-05net/http: don't validate WriteHeader code if header's already been sentBrad Fitzpatrick
2017-11-28net/http: update bundled http2Brad Fitzpatrick
2017-11-27net/http: panic on invalid WriteHeader status codeBrad Fitzpatrick
2017-06-26net/http: fix double-close of req.BodyMatt Harden
2016-11-17net/http: deflake TestInterruptWithPanic_nil_h2, againBrad Fitzpatrick
2016-11-14net/http: update bundled http2, add TestServerKeepAlivesEnabled h1/h2 testsBrad Fitzpatrick
2016-11-11net/http: make Server log on bad requests from clientsKenny Grant
2016-11-11net/http: deflake new TestInterruptWithPanic_h2Brad Fitzpatrick
2016-11-10net/http: update bundled http2 for ErrAbortHandler support, document it moreBrad Fitzpatrick
2016-11-10net/http: add ErrAbortHandler, make Server quiet if used as panic valueBrad Fitzpatrick
2016-11-04net/http: speed up tests, use t.Parallel when it's safeBrad Fitzpatrick
2016-11-01net/http, net/http/httptest: make http2's TrailerPrefix work for http1Brad Fitzpatrick
2016-10-18net/http: update test to check Content-Length 0 Body more reliablyBrad Fitzpatrick
2016-10-01net/http: don't sniff Request.Body on 100-continue requests in TransportBrad Fitzpatrick