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-04-07
net/http: wait forever for write results in tests
Damien Neil
2023-04-07
net/http: fix a race in TestResponseControllerSetPastReadDeadline
Bryan C. Mills
2023-04-06
net/http: improve failure mode for TestResponseControllerSetPastReadDeadline
Damien Neil
2023-04-06
net/http: add tests covering non-GET methods for file serving
Damien Neil
2023-04-06
Revert "net/http: FileServer method check + minimal OPTIONS implementation"
Damien Neil
2023-04-04
net/http: drop client address comparison in TestTransportRemovesDeadIdleConne...
Bryan C. Mills
2023-04-04
all: fix misuses of "a" vs "an"
cui fliter
2023-03-31
all: replace fmt.Sprintf("%d") with strconv.Itoa
Philippe Antoine
2023-03-24
net/http: continue using referer header if it's present
Paschalis Tsilias
2023-03-24
net/http: fix typo
MichaĆ Matczuk
2023-03-22
net/http: improve logging in TestServerSetKeepAlivesEnabledClosesConns
Bryan C. Mills
2023-03-22
net/http: simplify Conn lifetimes in TestClientTimeoutKillsConn tests
Bryan C. Mills
2023-03-22
net/http: in the IdleConnStrsForTesting_h2 helper, omit conns that cannot be ...
Bryan C. Mills
2023-03-17
net/http: eliminate more arbitrary timeouts in tests
Bryan C. Mills
2023-03-17
net/http/httputil: use response controller in reverse proxy
Shang Ding
2023-03-15
net/http: avoid making a request to a closed server in TestServerShutdown
Bryan C. Mills
2023-03-13
net/http: remove more arbitrary timeouts from server tests
Bryan C. Mills
2023-03-09
net/http: use Copy in ServeContent if CopyN not needed
Leo Antunes
2023-03-08
net/http: remove arbitrary timeout in TestServerAllowsBlockingRemoteAddr
Bryan C. Mills
2023-03-07
net/http: support full-duplex HTTP/1 responses
Damien Neil
2023-02-28
all: fix typos
pgxiaolianzi
2023-02-27
net/http: reduce calls to append in hexEscapeNonASCII to gain a slight perfor...
Andy Pan
2023-02-22
net/http: remove warning when parsing a query containing a semicolon
Damien Neil
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
[prev]
[next]