aboutsummaryrefslogtreecommitdiff
path: root/src/net/http
AgeCommit message (Expand)Author
2023-08-25net/http: deflake TestRequestBodyLimitDamien Neil
2023-08-24net/http: use reflect.TypeFor for known typesIan Lance Taylor
2023-08-24net/http: remove arbitrary timeout from TestTransportGCRequestDamien Neil
2023-08-23net/http: revert fix request canceler leak on connection closeAlexander Yastrebov
2023-08-22net/http: fix request canceler leak on connection closeAlexander Yastrebov
2023-08-22net/http: use testenv.Command instead of exec.Command in testsBryan C. Mills
2023-08-21net/http: clear reference to the request context after transport getConnAlexander Yastrebov
2023-08-21net/http: use cancelKey to cancel requestAlexander Yastrebov
2023-08-11net/http: disallow empty Content-Length headerMauri de Souza Meneguzzo
2023-08-09all: update vendored dependenciesMichael Anthony Knyszek
2023-08-08net/http: sanitize User-Agent header in request writerDamien Neil
2023-08-07net/http: permit requests with invalid Host headersDamien Neil
2023-08-07net/http: add ServeFileFS, FileServerFS, NewFileTransportFSMauri de Souza Meneguzzo
2023-08-07all: add a few more godoc linksDaniel Martí
2023-07-31net/http: fix doc comment on FormValue functionEduard Bondarenko
2023-07-28net/http: perform streaming body feature detection once per processDmitri Shuralyov
2023-07-27all: use built-in clear to clear mapsJes Cok
2023-07-24Revert "net/http: use Copy in ServeContent if CopyN not needed"Damien Neil
2023-07-20net/http: declare publicErr as a constantJes Cok
2023-07-13net/http: revert stray edit to h2_bundle.go from CL 508996Bryan C. Mills
2023-07-12all: fix typos and remove repeated wordsDan Kortschak
2023-07-12all: update vendored dependenciesRuss Cox
2023-07-11net/http/fcgi: eliminate goroutine leaks in testsBryan C. Mills
2023-06-29net/http: validate Host header before sendingDamien Neil
2023-06-16net/http: check RemoteAddr isn't nil before dereferencingAl Cutter
2023-06-16net/http: close req.Body only when it's non-nil on jsDmitri Shuralyov
2023-06-15net/http: only disable Fetch API in testsDmitri Shuralyov
2023-06-13all: fix mismatched symbolscui fliter
2023-06-07net/http: close response body in TestRequestBodyLimitDamien Neil
2023-05-26all: update vendored dependenciesMatthew Dempsky
2023-05-24net/http: second do not force the Content-Length header if nilledJorropo
2023-05-24net/http: check for nil, nil return from DialContext as well as Dialfangguizhen
2023-05-24net/http/pprof: adjust URL in package docJoe Tsai
2023-05-24net/http: add doc details regarding Transport retriesSimon Kotwicz
2023-05-24net/http: fix spelling issues in comments and testsOleksandr Redko
2023-05-20net/http/pprof: document query paramsSean Liao
2023-05-15Revert "net/http: do not force the Content-Length header if nilled"Austin Clements
2023-05-15net/http: handle WriteHeader(101) as a non-informational headerDamien Neil
2023-05-15net/http: do not force the Content-Length header if nilledLaurent Senta
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