aboutsummaryrefslogtreecommitdiff
path: root/src/net/http
AgeCommit message (Expand)Author
16 hoursall: prealloc slice with possible minimum capabilitiesShulhan
30 hoursnet/http: temporarily disable HTTP/3 testsNicholas S. Husin
35 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
4 daysnet/http: fix data race in TestClientRedirectUseResponseNicholas S. Husin
5 daysnet/http: add support for running HTTP tests against HTTP/3Nicholas S. Husin
6 daysnet/http/internal/http2: prevent alloc when writing status code for responsesNicholas S. Husin
9 daysnet/http: fix shadow var frameWeixie Cui
2026-03-31net/http/internal/http2: prevent hanging Transport due to bad SETTINGS frameNicholas S. Husin
2026-03-31net/http: support passing Server Shutdown context to HTTP/3 implementationsNicholas S. Husin
2026-03-30net/http/internal/http2: don't reuse ClientRequest streamsDamien Neil
2026-03-24net/http/internal/http2: use fake net for TestTransportBlockingRequestWriteDamien Neil
2026-03-24net/http: add a test for starting a server with no HTTP/2 and no TLS configDamien Neil
2026-03-24net/http: fix panic in ServeTLS on nil TLSConfigchressie
2026-03-23net/http/internal/http2: remove inaccessible write schedulersNicholas S. Husin
2026-03-23net/http: make ResponseWriter.ReadFrom respect declared Content-LengthNicholas S. Husin
2026-03-23net/http/internal/http2: modernize the packageqiulaidongfeng
2026-03-16net/http/internal/http2: deflake TestServer_Rejects_Too_Many_StreamsDamien Neil
2026-03-12net/http/internal/http2: drop benchmarks which use synctestDamien Neil
2026-03-12net/http: use net/http/internal/http2 rather than h2_bundle.goDamien Neil
2026-03-12net/http/internal/http2: skip TestTransportNewClientConnCloseOnWriteErrorDamien Neil
2026-03-12net/http/internal/http2: remove fake connection autowaitDamien Neil
2026-03-12net/http/internal/http2: make server write errors stickyDamien Neil
2026-03-12net/http/internal/http2: remove ServeConnOpts.UpgradeRequestDamien Neil
2026-03-12net/http: move DetectContentType into net/http/internalDamien Neil
2026-03-12net/http/internal/http2: remove TestClientConnPingDamien Neil
2026-03-12net/http/internal/http2: remove TestConfigureTransportDamien Neil
2026-03-12net/http/internal/http2: remove TestTransportGroupsPendingDialsDamien Neil
2026-03-12net/http/internal/http2: remove TestServerUpgradeRequestPrefaceFailureDamien Neil
2026-03-12net/http/internal/http2: remove TestServerHandleCustomConnDamien Neil
2026-03-12net/http/internal/http2: use newServerTester in TestIssue53Damien Neil
2026-03-12net/http/internal/http2: remove TestServeConnNilOptsDamien Neil
2026-03-12net/http/internal/http2: remove ExportSetH2GoawayTimeoutDamien Neil
2026-03-12net/http/internal/http2: use net/http Transport and Server in testsDamien Neil
2026-03-12net/http/internal/http2: make tests passDamien Neil
2026-03-12net/http/internal/http2: initial importDamien Neil
2026-03-11net/http: document which headers Request.Write handles speciallykovan
2026-03-11net/http: add pluggable HTTP/3 support for closing idle connectionsNicholas S. Husin
2026-03-04net/http: restore accidentally removed package docDamien Neil
2026-03-04net/http: add basic unexported pluggable HTTP/3 supportNicholas S. Husin
2026-02-19net/url: add (*URL).CloneEmmanuel T Odeke
2026-02-06net/http: fix WaitGroup race in TestTransportNoReuseAfterEarlyResponseDmitri Shuralyov
2026-02-06net/http: remove hasPort and simplify logicJorropo
2026-02-04net/http: use SplitSeq in ParseCookieCarlo Alberto Ferraris
2026-02-04net/http/httptrace: compose ClientTrace without reflectRandy Reddig
2026-02-03net/http: prevent blocking when draining response body after it has been closedNicholas S. Husin
2026-02-02net/http: try to drain response body upon closing for better connection re-useNicholas S. Husin
2026-01-23all: update vendored dependenciesNicholas S. Husin
2026-01-22net/http: Add Server.DisableClientPriority fieldNicholas S. Husin
2026-01-22net/http: use math/rand/v2 instead of math/rand1911860538