aboutsummaryrefslogtreecommitdiff
path: root/src/net/http
AgeCommit message (Expand)Author
2024-12-19net/http: fix nil panic in testRuss Cox
2024-12-11net/http: document zero value of ProtocolsDamien Neil
2024-12-06all: update vendored dependencies [generated]Michael Anthony Knyszek
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-11-25net/http: avoid redundant installation of HTTP/2 support in transportDamien Neil
2024-11-22all: update vendored dependencies [generated]Dmitri Shuralyov
2024-11-22net/http: re-enable TestTransportServerProtocolsDmitri Shuralyov
2024-11-22all: update golang.org/x/net [generated]Dmitri Shuralyov
2024-11-22net/http: skip test which depends on h2_bundle.go updateDamien Neil
2024-11-21net/http: add support for unencrypted HTTP/2Damien Neil
2024-11-21all: fix some function names and typos in commentcuishuang
2024-11-18net/http/httputil: return after handling errorSean Liao
2024-11-06net/http: 308 redirects should use the previous hop's bodyDamien Neil
2024-11-06net/http: handle new HTTP/2 error for 1xx limit exceededDamien Neil
2024-11-05net/http: add Protocols field to Server and TransportDamien Neil
2024-10-31net/http: clarify ServeMux path sanitizationSean Liao
2024-10-25net/http/pprof: replace sort.Slice with slices.SortFuncRuslan Semagin
2024-10-25net/http/pprof: fix typo in the symbol profile descriptionOleksandr Redko
2024-10-24net/http: limit 1xx based on size, do not limit when deliveredDamien Neil
2024-10-23net/http/pprof: include Symbol in IndexSean Liao
2024-10-07crypto/rand: remove /dev/urandom fallback and improve getrandom batchingFilippo Valsorda
2024-10-02src/net/http: remove ServeMux.patternsJonathan Amsterdam
2024-10-02all: use slices.Sorted(maps.Keys(m))Tobias Klauser
2024-09-26net/http: use sync.OnceFunc, sync.OnceValueapocelipes
2024-09-13net/http: make use of maps.CopyJes Cok
2024-09-13internal/testenv: add MustHaveSource, rm HasSrcKir Kolyshkin
2024-09-10net/http: make use of maps.Clone for Transport.{Clone, RegisterProtocol}Jes Cok
2024-09-03all: omit unnecessary 0 in slice expressionnlwkobe30
2024-08-29net/http: add HTTP2ConfigDamien Neil
2024-08-27net/http: simplify http.Request.CloneJes Cok
2024-08-14net/http/httputil: close res body in testguoguangwu
2024-08-13net/http: rename server receiver for consistencywineandchord
2024-07-30net/http: match os.File.Readdir behavior in DotFileHidingSean Liao
2024-07-29net/http: don't write HEAD response body in ResponseWriter.ReadFromDamien Neil
2024-07-29cmd,log,net,runtime: simplify string prefix and suffix processingapocelipes
2024-07-29net/http: don't write body for HEAD responses in Response.WriteDamien Neil
2024-07-25net: use slices and maps to clean up testsapocelipes
2024-07-23all: update vendored dependenciesDmitri Shuralyov
2024-07-15net/http: document io.Seeker requirement for fs.FS argumentsSean Liao
2024-06-28net/http: avoid appending an existing trailing slash to path againJes Cok
2024-06-24net/http: document that Request.Clone does not deep copy BodyDamien Neil
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-06-06net/http: send body or close connection on expect-100-continue requestsDamien Neil
2024-06-05net/http: use default HTTP/2 frame schedulerDamien Neil
2024-06-04all: update vendored dependenciesMichael Anthony Knyszek
2024-05-29all: document legacy //go:linkname for final round of modulesRuss Cox
2024-05-23std: fix calls to Printf(s) with non-constant sAlan Donovan
2024-05-23net/http: remove TestTransportDialCancelRaceDamien Neil