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
2023-01-26
net/http: keep sensitive headers on redirects to the same host
Gustavo Falco
2023-01-20
net/http: close Request.Body when pconn write loop exits early
Damien Neil
2023-01-19
internal/godebug: export non-default-behavior counters in runtime/metrics
Russ Cox
2023-01-19
runtime: replace panic(nil) with panic(new(runtime.PanicNilError))
Russ Cox
2022-12-21
net/http/httputil: don't add X-Forwarded-{Host,Proto} after invoking Director...
Damien Neil
2022-12-16
net/http: improve errors in TestCancelRequestWhenSharingConnection
Damien Neil
2022-12-07
all: update vendored golang.org/x/net
Damien Neil
2022-12-06
os, net/http: avoid escapes from os.DirFS and http.Dir on Windows
Damien Neil
2022-11-30
net/http: deflake and fix TestWrappedResponseController
Damien Neil
2022-11-22
all: enable disabled HTTP/2 tests
Damien Neil
2022-11-22
Revert "net/url, net/http/httputil: accept invalid percent encodings"
Damien Neil
2022-11-22
all: update vendored golang.org/x dependencies for Go 1.20 release
Cherry Mui
2022-11-19
net/http: deflake TestIssue4191_InfiniteGetTimeout
Damien Neil
2022-11-19
net/http: direct server logs to test output in tests
Damien Neil
2022-11-18
net/http: regenerate h2_bundle.go
Dmitri Shuralyov
2022-11-18
crypto/tls: add CertificateVerificationError to tls handshake
Gabor Tanz
2022-11-18
all: add missing periods in comments
cui fliter
2022-11-17
net/http: deflake TestResponseControllerSetFutureWriteDeadline
Damien Neil
2022-11-15
net/url, net/http/httputil: accept invalid percent encodings
Ian Lance Taylor
2022-11-14
internal/godebug: define more efficient API
Russ Cox
2022-11-11
net/http: fix triv.go
Russ Cox
2022-11-10
net/http: build error chains in transport that can be unwrapped
Marcus Weiner
2022-11-10
net/http: add ResponseController and per-handler timeouts
Damien Neil
2022-11-10
net/http: add tests for Server.ReadTimeout and server.WriteTimeout
Damien Neil
2022-11-09
net/http: add Transport.OnProxyConnectResponse
cuiweixie
2022-11-09
all: fix some comments
cui fliter
2022-11-08
net/textproto: reject invalid header keys/values in ReadMIMEHeader
Damien Neil
2022-11-08
net/http: remove redundant code
tk
2022-11-04
all: fix function names in comments
cui fliter
2022-11-04
net/http: ignore ranges if the content is empty in serveContent
Jorropo
2022-10-31
net/http: deflake TestCancelRequestWhenSharingConnection
Zeke Lu
2022-10-26
all: update golang.org/x/tools to 8166dca1cec9
Wayne Zuo
2022-10-14
net/http: skip TestTransportPersistConnLeak/h2
Damien Neil
2022-10-12
net/http: fix some test flakes caused by test refactoring
Damien Neil
2022-10-07
net/http: refactor tests to run most in HTTP/1 and HTTP/2 modes
Damien Neil
2022-09-29
net/http: using strings.CutPrefix replace strings.HasPrefix and strings.TrimP...
cuiweixie
2022-09-29
net/http: remove deadstore statement
cuiweixie
2022-09-29
net/http: use time.Compare
cuiweixie
2022-09-28
all: fix some typos
cui fliter
2022-09-27
net/http: fix the potential leak of textproto.Reader from pool
Andy Pan
2022-09-23
net/http/httputil: avoid query parameter smuggling
Damien Neil
2022-09-21
net/http: add tracing to TestTransportReuseConnection_Gzip_*
Damien Neil
2022-09-21
net/http: accept HEAD requests with a body
Damien Neil
2022-09-21
all: update vendored golang.org/x/net
Damien Neil
2022-09-19
net/http: convert Server.disableKeepAlives to atomic type
cuiweixie
2022-09-19
net/http: correctly test for leading header spaces in TestReadRequest_Bad
Damien Neil
2022-09-16
net/http: deflake TestServerCancelsReadHeaderTimeoutWhenIdle
Bryan C. Mills
2022-09-16
net/http/httputil: remove duplicated code block
Damien Neil
2022-09-14
net/http/httputil: forward 1xx responses in ReverseProxy
Kévin Dunglas
2022-09-13
net/http: make DefaultTransport docs about HTTP proxy consistent
Vladimir Varankin
[next]