index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
http
Age
Commit message (
Expand
)
Author
16 hours
all: prealloc slice with possible minimum capabilities
Shulhan
30 hours
net/http: temporarily disable HTTP/3 tests
Nicholas S. Husin
35 hours
net/http: fix wrong context being used when shutting down HTTP/3 server
Nicholas S. Husin
4 days
net/http: run tests for HTTP/3 where it can already pass
Nicholas S. Husin
4 days
net/http: fix data race in TestClientRedirectUseResponse
Nicholas S. Husin
5 days
net/http: add support for running HTTP tests against HTTP/3
Nicholas S. Husin
6 days
net/http/internal/http2: prevent alloc when writing status code for responses
Nicholas S. Husin
9 days
net/http: fix shadow var frame
Weixie Cui
2026-03-31
net/http/internal/http2: prevent hanging Transport due to bad SETTINGS frame
Nicholas S. Husin
2026-03-31
net/http: support passing Server Shutdown context to HTTP/3 implementations
Nicholas S. Husin
2026-03-30
net/http/internal/http2: don't reuse ClientRequest streams
Damien Neil
2026-03-24
net/http/internal/http2: use fake net for TestTransportBlockingRequestWrite
Damien Neil
2026-03-24
net/http: add a test for starting a server with no HTTP/2 and no TLS config
Damien Neil
2026-03-24
net/http: fix panic in ServeTLS on nil TLSConfig
chressie
2026-03-23
net/http/internal/http2: remove inaccessible write schedulers
Nicholas S. Husin
2026-03-23
net/http: make ResponseWriter.ReadFrom respect declared Content-Length
Nicholas S. Husin
2026-03-23
net/http/internal/http2: modernize the package
qiulaidongfeng
2026-03-16
net/http/internal/http2: deflake TestServer_Rejects_Too_Many_Streams
Damien Neil
2026-03-12
net/http/internal/http2: drop benchmarks which use synctest
Damien Neil
2026-03-12
net/http: use net/http/internal/http2 rather than h2_bundle.go
Damien Neil
2026-03-12
net/http/internal/http2: skip TestTransportNewClientConnCloseOnWriteError
Damien Neil
2026-03-12
net/http/internal/http2: remove fake connection autowait
Damien Neil
2026-03-12
net/http/internal/http2: make server write errors sticky
Damien Neil
2026-03-12
net/http/internal/http2: remove ServeConnOpts.UpgradeRequest
Damien Neil
2026-03-12
net/http: move DetectContentType into net/http/internal
Damien Neil
2026-03-12
net/http/internal/http2: remove TestClientConnPing
Damien Neil
2026-03-12
net/http/internal/http2: remove TestConfigureTransport
Damien Neil
2026-03-12
net/http/internal/http2: remove TestTransportGroupsPendingDials
Damien Neil
2026-03-12
net/http/internal/http2: remove TestServerUpgradeRequestPrefaceFailure
Damien Neil
2026-03-12
net/http/internal/http2: remove TestServerHandleCustomConn
Damien Neil
2026-03-12
net/http/internal/http2: use newServerTester in TestIssue53
Damien Neil
2026-03-12
net/http/internal/http2: remove TestServeConnNilOpts
Damien Neil
2026-03-12
net/http/internal/http2: remove ExportSetH2GoawayTimeout
Damien Neil
2026-03-12
net/http/internal/http2: use net/http Transport and Server in tests
Damien Neil
2026-03-12
net/http/internal/http2: make tests pass
Damien Neil
2026-03-12
net/http/internal/http2: initial import
Damien Neil
2026-03-11
net/http: document which headers Request.Write handles specially
kovan
2026-03-11
net/http: add pluggable HTTP/3 support for closing idle connections
Nicholas S. Husin
2026-03-04
net/http: restore accidentally removed package doc
Damien Neil
2026-03-04
net/http: add basic unexported pluggable HTTP/3 support
Nicholas S. Husin
2026-02-19
net/url: add (*URL).Clone
Emmanuel T Odeke
2026-02-06
net/http: fix WaitGroup race in TestTransportNoReuseAfterEarlyResponse
Dmitri Shuralyov
2026-02-06
net/http: remove hasPort and simplify logic
Jorropo
2026-02-04
net/http: use SplitSeq in ParseCookie
Carlo Alberto Ferraris
2026-02-04
net/http/httptrace: compose ClientTrace without reflect
Randy Reddig
2026-02-03
net/http: prevent blocking when draining response body after it has been closed
Nicholas S. Husin
2026-02-02
net/http: try to drain response body upon closing for better connection re-use
Nicholas S. Husin
2026-01-23
all: update vendored dependencies
Nicholas S. Husin
2026-01-22
net/http: Add Server.DisableClientPriority field
Nicholas S. Husin
2026-01-22
net/http: use math/rand/v2 instead of math/rand
1911860538
[next]