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-05-11
mime/multipart: fix ReadForm always return (nil,io.EOF)
ms-fix-multipart-readform
Shulhan
2023-05-10
net/http: let ErrNotSupported match errors.ErrUnsupported
Ian Lance Taylor
2023-05-10
all: fix a lot of comments
cui fliter
2023-05-09
net/http: regenerate h2_bundle.go
Bryan C. Mills
2023-05-04
all: add String for fs.{FileInfo,DirEntry} implementations
Ian Lance Taylor
2023-05-02
net/http: avoid leaking the writing goroutine
Michael Fraenkel
2023-04-26
net/http/cgi: propagate LD_LIBRARY_PATH on Android
Bryan C. Mills
2023-04-12
net/http: avoid leaking writer goroutines in tests
Bryan C. Mills
2023-04-12
net/http: only report the first leak of each test run
Bryan C. Mills
2023-04-11
all: update vendored golang.org/x/net
Tobias Klauser
2023-04-11
net/http, net/internal, net/smtp: add wasip1
Johan Brandhorst-Satzkorn
2023-04-07
net/http: expose "http: server gave HTTP response to HTTPS client" error
Akihiro Suda
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
[next]