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
2025-02-04
net: use strings.SplitSeq and bytes.SplitSeq
apocelipes
2025-02-03
net/http: use strings.FieldsFuncSeq to reduce memory allocations
cuishuang
2025-01-21
net/http: update bundled golang.org/x/net/http2 [generated]
Dmitri Shuralyov
2025-01-16
net/http: persist header stripping across repeated redirects
Damien Neil
2025-01-06
net/http: update NewRequestWithContext wrong link to NewRequest
yincong
2024-12-19
net/http: fix nil panic in test
Russ Cox
2024-12-11
net/http: document zero value of Protocols
Damien Neil
2024-12-06
all: update vendored dependencies [generated]
Michael Anthony Knyszek
2024-11-26
net/http: test for racing idle conn closure and new requests
Damien Neil
2024-11-25
net/http: run TestServerShutdownStateNew in a synctest bubble
Damien Neil
2024-11-25
net/http: avoid redundant installation of HTTP/2 support in transport
Damien Neil
2024-11-22
all: update vendored dependencies [generated]
Dmitri Shuralyov
2024-11-22
net/http: re-enable TestTransportServerProtocols
Dmitri Shuralyov
2024-11-22
all: update golang.org/x/net [generated]
Dmitri Shuralyov
2024-11-22
net/http: skip test which depends on h2_bundle.go update
Damien Neil
2024-11-21
net/http: add support for unencrypted HTTP/2
Damien Neil
2024-11-21
all: fix some function names and typos in comment
cuishuang
2024-11-18
net/http/httputil: return after handling error
Sean Liao
2024-11-06
net/http: 308 redirects should use the previous hop's body
Damien Neil
2024-11-06
net/http: handle new HTTP/2 error for 1xx limit exceeded
Damien Neil
2024-11-05
net/http: add Protocols field to Server and Transport
Damien Neil
2024-10-31
net/http: clarify ServeMux path sanitization
Sean Liao
2024-10-25
net/http/pprof: replace sort.Slice with slices.SortFunc
Ruslan Semagin
2024-10-25
net/http/pprof: fix typo in the symbol profile description
Oleksandr Redko
2024-10-24
net/http: limit 1xx based on size, do not limit when delivered
Damien Neil
2024-10-23
net/http/pprof: include Symbol in Index
Sean Liao
2024-10-07
crypto/rand: remove /dev/urandom fallback and improve getrandom batching
Filippo Valsorda
2024-10-02
src/net/http: remove ServeMux.patterns
Jonathan Amsterdam
2024-10-02
all: use slices.Sorted(maps.Keys(m))
Tobias Klauser
2024-09-26
net/http: use sync.OnceFunc, sync.OnceValue
apocelipes
2024-09-13
net/http: make use of maps.Copy
Jes Cok
2024-09-13
internal/testenv: add MustHaveSource, rm HasSrc
Kir Kolyshkin
2024-09-10
net/http: make use of maps.Clone for Transport.{Clone, RegisterProtocol}
Jes Cok
2024-09-03
all: omit unnecessary 0 in slice expression
nlwkobe30
2024-08-29
net/http: add HTTP2Config
Damien Neil
2024-08-27
net/http: simplify http.Request.Clone
Jes Cok
2024-08-14
net/http/httputil: close res body in test
guoguangwu
2024-08-13
net/http: rename server receiver for consistency
wineandchord
2024-07-30
net/http: match os.File.Readdir behavior in DotFileHiding
Sean Liao
2024-07-29
net/http: don't write HEAD response body in ResponseWriter.ReadFrom
Damien Neil
2024-07-29
cmd,log,net,runtime: simplify string prefix and suffix processing
apocelipes
2024-07-29
net/http: don't write body for HEAD responses in Response.Write
Damien Neil
2024-07-25
net: use slices and maps to clean up tests
apocelipes
2024-07-23
all: update vendored dependencies
Dmitri Shuralyov
2024-07-15
net/http: document io.Seeker requirement for fs.FS arguments
Sean Liao
2024-06-28
net/http: avoid appending an existing trailing slash to path again
Jes Cok
2024-06-24
net/http: document that Request.Clone does not deep copy Body
Damien Neil
2024-06-18
net/http: keep Content-Encoding in Error, add GODEBUG for ServeContent
Damien Neil
2024-06-07
net/http: check GetConfigForClient in server.ServeTLS
Chance Zibolski
2024-06-06
net/http: send body or close connection on expect-100-continue requests
Damien Neil
[prev]
[next]