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
/
server.go
Age
Commit message (
Expand
)
Author
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-11-21
net/http: remove unused linknames
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-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-10-08
net/http: update HTTP/2 documentation to reference new config features
Damien Neil
2025-09-15
net/http: clarify panic conditions in Handle, HandleFunc, AddInsecureBypassPa...
Cole Garien
2025-08-31
net/http: skip redirecting in ServeMux when URL path for CONNECT is empty
Nicholas Husin
2025-07-28
net/http: add proper panic message
yazdan
2025-05-23
net/http: document that ServeMux.Handler can also synthetize a 405
Filippo Valsorda
2025-05-19
net/http: clarify ServeMux.Handler behavior
Jonathan Amsterdam
2025-05-19
net/http: fix ServeMux.Handler on trailing-slash redirect
Jonathan Amsterdam
2025-05-12
net/http: add missing ServeTLS on the comment of http.Server.Shutdown
t-katsumura
2025-04-16
net/http: set Request.TLS when net.Conn implements ConnectionState
Weidi Deng
2025-04-09
net/http: reduce memory usage when hijacking
Jakob Ackermann
2025-03-11
net/http: document Redirect behavior for non-ASCII characters
Ian Lance Taylor
2025-03-04
net/http: don't modify caller's tls.Config.NextProtos
Damien Neil
2025-03-04
net/http: check server shutting down before processing the request
wineandchord
2025-03-03
net/http: allocate CloseNotifier channel lazily
Jakob Ackermann
2025-02-10
net/http: use standard time formatting methods
Tom Thorogood
2025-02-04
net: use strings.SplitSeq and bytes.SplitSeq
apocelipes
2024-11-21
net/http: add support for unencrypted HTTP/2
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-02
src/net/http: remove ServeMux.patterns
Jonathan Amsterdam
2024-09-13
net/http: make use of maps.Copy
Jes Cok
2024-08-29
net/http: add HTTP2Config
Damien Neil
2024-08-13
net/http: rename server receiver for consistency
wineandchord
2024-07-29
net/http: don't write HEAD response body in ResponseWriter.ReadFrom
Damien Neil
2024-06-28
net/http: avoid appending an existing trailing slash to path again
Jes Cok
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
2024-06-05
net/http: use default HTTP/2 frame scheduler
Damien Neil
2024-05-29
all: document legacy //go:linkname for final round of modules
Russ Cox
2024-05-16
net/http: add Pattern field in Request to return matched pattern info
Chen.Zhidong
2024-05-14
net/http: avoid panic when writing 100-continue after handler done
Damien Neil
2024-05-09
net/http: remove misleading response headers on error
Russ Cox
2024-04-30
http: fix some comments typo in server.go
The Backend Grip
2024-03-26
net/http: fix typo in log message
Damien Neil
2024-03-25
net/http: also log TLS errors which look like HTTP sent to an HTTPS port
Damien Neil
2024-03-21
net/http: use slices to simplify the code
apocelipes
2024-03-18
net/http: do not set a deadline when Server.IdleTimeout is negative
Andy Pan
2024-03-15
net/http: revert header changes in Error
Russ Cox
2024-03-14
Revert "net/http: remove superfluous newline on redirects"
Russ Cox
2024-03-07
net/http: set Cache-Control header only if presents on error
Cuong Manh Le
2024-03-06
net/http: remove misleading response headers on error
Mitar
2024-03-04
net/http: adjust wording on ServeMux godoc
Dave Russell
[next]