aboutsummaryrefslogtreecommitdiff
path: root/src/net/http
AgeCommit message (Expand)Author
2023-05-11mime/multipart: fix ReadForm always return (nil,io.EOF)ms-fix-multipart-readformShulhan
2023-05-10net/http: let ErrNotSupported match errors.ErrUnsupportedIan Lance Taylor
2023-05-10all: fix a lot of commentscui fliter
2023-05-09net/http: regenerate h2_bundle.goBryan C. Mills
2023-05-04all: add String for fs.{FileInfo,DirEntry} implementationsIan Lance Taylor
2023-05-02net/http: avoid leaking the writing goroutineMichael Fraenkel
2023-04-26net/http/cgi: propagate LD_LIBRARY_PATH on AndroidBryan C. Mills
2023-04-12net/http: avoid leaking writer goroutines in testsBryan C. Mills
2023-04-12net/http: only report the first leak of each test runBryan C. Mills
2023-04-11all: update vendored golang.org/x/netTobias Klauser
2023-04-11net/http, net/internal, net/smtp: add wasip1Johan Brandhorst-Satzkorn
2023-04-07net/http: expose "http: server gave HTTP response to HTTPS client" errorAkihiro Suda
2023-04-07net/http: wait forever for write results in testsDamien Neil
2023-04-07net/http: fix a race in TestResponseControllerSetPastReadDeadlineBryan C. Mills
2023-04-06net/http: improve failure mode for TestResponseControllerSetPastReadDeadlineDamien Neil
2023-04-06net/http: add tests covering non-GET methods for file servingDamien Neil
2023-04-06Revert "net/http: FileServer method check + minimal OPTIONS implementation"Damien Neil
2023-04-04net/http: drop client address comparison in TestTransportRemovesDeadIdleConne...Bryan C. Mills
2023-04-04all: fix misuses of "a" vs "an"cui fliter
2023-03-31all: replace fmt.Sprintf("%d") with strconv.ItoaPhilippe Antoine
2023-03-24net/http: continue using referer header if it's presentPaschalis Tsilias
2023-03-24net/http: fix typoMichaƂ Matczuk
2023-03-22net/http: improve logging in TestServerSetKeepAlivesEnabledClosesConnsBryan C. Mills
2023-03-22net/http: simplify Conn lifetimes in TestClientTimeoutKillsConn testsBryan C. Mills
2023-03-22net/http: in the IdleConnStrsForTesting_h2 helper, omit conns that cannot be ...Bryan C. Mills
2023-03-17net/http: eliminate more arbitrary timeouts in testsBryan C. Mills
2023-03-17net/http/httputil: use response controller in reverse proxyShang Ding
2023-03-15net/http: avoid making a request to a closed server in TestServerShutdownBryan C. Mills
2023-03-13net/http: remove more arbitrary timeouts from server testsBryan C. Mills
2023-03-09net/http: use Copy in ServeContent if CopyN not neededLeo Antunes
2023-03-08net/http: remove arbitrary timeout in TestServerAllowsBlockingRemoteAddrBryan C. Mills
2023-03-07net/http: support full-duplex HTTP/1 responsesDamien Neil
2023-02-28all: fix typospgxiaolianzi
2023-02-27net/http: reduce calls to append in hexEscapeNonASCII to gain a slight perfor...Andy Pan
2023-02-22net/http: remove warning when parsing a query containing a semicolonDamien Neil
2023-02-17net/http: remove five second timeout from TestTransportClosesBodyOnErrorDamien Neil
2023-02-15net/http: support streaming POST content in wasmWill Hawkins
2023-02-14mime/multipart: limit memory/inode consumption of ReadFormDamien Neil
2023-02-14all: fix some commentscui fliter
2023-02-13all: update vendored golang.org/x/netDamien Neil
2023-02-10vendor, cmd/vendor: update standard library dependenciesDavid Chase
2023-02-10Revert "io: allocate copy buffers from a pool"Damien Neil
2023-02-09net/http: improve js fetch errorsJohan Brandhorst-Satzkorn
2023-02-04net/http/httputil: fix syntax in ReverseProxy example commentEthan Lowman
2023-02-01net/http: remove another arbitrary timeout in TestTLSHandshakeTimeoutBryan C. Mills
2023-01-31io: allocate copy buffers from a poolDamien Neil
2023-01-30net/http: add section headers to package docRuss Cox
2023-01-30net/http: disable fetch on NodeJSJohan Brandhorst-Satzkorn
2023-01-27net/http: fix missing word in ServeMux docOleksii Sholik
2023-01-26net/http: keep sensitive headers on redirects to the same hostGustavo Falco