aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/internal
AgeCommit message (Expand)Author
7 daysnet/http/internal/http2: prevent alloc when writing status code for responsesNicholas S. Husin
2026-03-31net/http/internal/http2: prevent hanging Transport due to bad SETTINGS frameNicholas 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-23net/http/internal/http2: remove inaccessible write schedulersNicholas 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: 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-01-23all: update vendored dependenciesNicholas S. Husin
2025-10-02net/http: update bundled x/net/http2 and delete obsolete http2inTestsNicholas S. Husin
2025-03-04all: update golang.org/x/netJunyang Shao
2025-02-27net/http: reject newlines in chunk-size linesDamien Neil
2025-02-13net/http, net/http/internal/httpcommon: add httpcommon packageDamien Neil
2025-01-16net/http: persist header stripping across repeated redirectsDamien Neil
2024-01-10net: add available godoc linkcui fliter
2024-01-04net/http: respond with 400 Bad Request for empty hex number of chunk lengthAndy Pan
2023-12-05net/http: limit chunked data overheadDamien Neil
2022-04-11all: gofmt main repoRuss Cox
2022-01-08net/http/internal/testcert: use FIPS-compliant certificateDamien Neil
2021-10-20net/http/internal: return unexpected EOF on incomplete chunk readAlexander Yastrebov
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-06-10net/http: remove test-only private key from production binariesDamien Neil
2021-05-10net/http: switch HTTP1 to ASCII equivalents of string functionsRoberto Clapis
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2019-05-21all: remove PEM-encoded private keys from testsRuss Cox
2018-07-17http/internal: document final CRLF behavior on chunkedWriterEric Daniels
2017-12-01Revert "go/printer: forbid empty line before first comment in block"Joe Tsai
2017-11-02go/printer: forbid empty line before first comment in blockJoe Tsai
2016-10-18net/http/internal: don't block unnecessarily in ChunkedReaderBrad Fitzpatrick
2016-05-06all: use SeekStart, SeekCurrent, SeekEndJoe Tsai
2016-01-25net/http: check max size of HTTP chunksBrad Fitzpatrick
2015-11-10net/http/internal: ignore chunk-extension when reading chunked encoding bodiesBrad Fitzpatrick
2015-11-04net/http: register HTTP/2 before listening in ListenAndServeBrad Fitzpatrick
2015-05-14net/http: flush request body chunks in TransportBrad Fitzpatrick