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-02-17
net/http: remove five second timeout from TestTransportClosesBodyOnError
Damien Neil
2023-02-15
net/http: support streaming POST content in wasm
Will Hawkins
2023-02-14
mime/multipart: limit memory/inode consumption of ReadForm
Damien Neil
2023-02-14
all: fix some comments
cui fliter
2023-02-13
all: update vendored golang.org/x/net
Damien Neil
2023-02-10
vendor, cmd/vendor: update standard library dependencies
David Chase
2023-02-10
Revert "io: allocate copy buffers from a pool"
Damien Neil
2023-02-09
net/http: improve js fetch errors
Johan Brandhorst-Satzkorn
2023-02-04
net/http/httputil: fix syntax in ReverseProxy example comment
Ethan Lowman
2023-02-01
net/http: remove another arbitrary timeout in TestTLSHandshakeTimeout
Bryan C. Mills
2023-01-31
io: allocate copy buffers from a pool
Damien Neil
2023-01-30
net/http: add section headers to package doc
Russ Cox
2023-01-30
net/http: disable fetch on NodeJS
Johan Brandhorst-Satzkorn
2023-01-27
net/http: fix missing word in ServeMux doc
Oleksii Sholik
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
[next]