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
2026-02-03
all: prealloc slice with possible minimum capabilities
Shulhan
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
2025-12-05
all: fix some comment issues
cuishuang
2025-12-01
net/http: deflake TestClientConnReserveAndConsume
Damien Neil
2025-11-24
net/http: add Transport.NewClientConn
Damien Neil
2025-11-24
all: update to x/net@bff14c52567061031b9761881907c39e24792736
Damien Neil
2025-11-21
net/http: remove unused linknames
Sean Liao
2025-11-21
net/http: populate Response.Request when using NewFileTransport
Sean Liao
2025-11-21
net/http: preserve original path encoding in redirects
Sean Liao
2025-11-21
net/http: use HTTP 307 redirects in ServeMux
Sean Liao
2025-11-21
net/http: update Response.Request.URL after redirects on GOOS=js
Sean Liao
2025-11-21
net/http/cookiejar: treat localhost as secure origin
Sean Liao
2025-11-21
net/http: fix typo in Transport docs
Victor
2025-11-20
net/http/httputil: wrap ReverseProxy's outbound request body so Close is a noop
Nicholas S. Husin
2025-11-20
net/http: drop unused "broken" field from persistConn
Damien Neil
2025-11-20
net/http: correctly close fake net.Conns
Damien Neil
2025-11-18
Revert "net/http: do not discard body content when closing it within request ...
Nicholas S. Husin
2025-11-14
net/http: do not discard body content when closing it within request handlers
Nicholas S. Husin
2025-11-13
net/http: remove unused isLitOrSingle and isNotToken
1911860538
2025-11-13
net/http/cgi: accept INCLUDED as protocol for server side includes
Peter Beard
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-10-16
cmd: update to x/tools@7d9453cc
Alan Donovan
2025-10-15
net/http/httptest: record failed ResponseWriter writes
Damien Neil
2025-10-13
all: replace calls to errors.As with errors.AsType
Julien Cretel
2025-10-10
net/http: strip request body headers on POST to GET redirects
Sean Liao
2025-10-10
net/http: set cookie host to Request.Host when available
Sean Liao
2025-10-10
net/http: run TestRequestWriteTransport with fake time to avoid flakes
Damien Neil
2025-10-08
net/http/httptest: check whether response bodies are allowed
Sean Liao
2025-10-08
net/http: format pprof.go
Vlad Saioc
2025-10-08
net/http: update HTTP/2 documentation to reference new config features
Damien Neil
2025-10-07
net/http: add httpcookiemaxnum GODEBUG option to limit number of cookies parsed
Nicholas Husin
2025-10-02
net/http/httputil: deprecate ReverseProxy.Director
Damien Neil
2025-10-02
net/http: update bundled x/net/http2 and delete obsolete http2inTests
Nicholas S. Husin
2025-10-02
runtime,net/http/pprof: goroutine leak detection by using the garbage collector
Vlad Saioc
2025-09-26
net/http: add HTTP2Config.StrictMaxConcurrentRequests
Damien Neil
2025-09-26
net/http: add more tests of transport connection pool
Damien Neil
2025-09-18
net/http: avoid connCount underflow race
Damien Neil
2025-09-15
net/http: clarify panic conditions in Handle, HandleFunc, AddInsecureBypassPa...
Cole Garien
2025-09-15
net/http: add comments for transport gzip reader
Alexander Yastrebov
2025-09-12
vendor: update x/tools to 3adf0e9, and other repos
Alan Donovan
2025-09-06
net/http: pool transport gzip readers
Alexander Yastrebov
2025-09-04
net/http: fix cookie value of "" being interpreted as empty string.
Nicholas S. Husin
2025-08-31
net/http: skip redirecting in ServeMux when URL path for CONNECT is empty
Nicholas Husin
2025-08-29
all: delete more windows/arm remnants
Tobias Klauser
2025-08-28
net/http/httputil: remove redundant pw.Close() call in DumpRequestOut
1911860538
2025-08-27
net/http: Ensure that CONNECT proxied requests respect MaxResponseHeaderBytes
Nicholas Husin
2025-08-27
net/http: require exact match for CrossSiteProtection bypass patterns
Filippo Valsorda
[next]