aboutsummaryrefslogtreecommitdiff
path: root/src/net/http
AgeCommit message (Expand)Author
2024-03-18net/http: fix request canceler leak on connection closeAlexander Yastrebov
2024-03-18net/http/httptest: close res.Body in testguoguangwu
2024-03-18net/http: do not set a deadline when Server.IdleTimeout is negativeAndy Pan
2024-03-15net/http: revert header changes in ErrorRuss Cox
2024-03-14Revert "net/http: remove superfluous newline on redirects"Russ Cox
2024-03-11net/http/httptest: add NewRequestWithContextKevin Burke
2024-03-11net/http: support socks5h proxy schema胡玮文
2024-03-10net/http: update bundleRuss Cox
2024-03-09internal/godebugs: test for use of IncNonDefaultRuss Cox
2024-03-08net/http: close res.Bodyguoguangwu
2024-03-08net/http: remove persistConn reference from wantConnAlexander Yastrebov
2024-03-07net/http: set Cache-Control header only if presents on errorCuong Manh Le
2024-03-07all: remove redundant string conversions when formatting []byte with %scui fliter
2024-03-06net/http: add ResponseController http2 request without body read deadline testAlexander Yastrebov
2024-03-06net/http: remove misleading response headers on errorMitar
2024-03-05net/http, net/http/cookiejar: avoid subdomain matches on IPv6 zonesDamien Neil
2024-03-04net/http: adjust wording on ServeMux godocDave Russell
2024-03-04net/http/cgi: close res.Bodyguoguangwu
2024-02-29net/http: remove Content-Length header in http.ErrorDamien Neil
2024-02-28net/http: make timeout errors match context.DeadlineExceededDamien Neil
2024-02-27net/http/httputil: avoid ReverseProxy data race on 1xx response and errorDamien Neil
2024-02-27net/http: prevent redirect loop in serveFile if "/" is a normal fileMauri de Souza Meneguzzo
2024-02-27net/http/pprof: avoid panic with user-defined "GET /" routeMatteo Vaccari
2024-02-26net/http: reject client-side retries in server timeout testsBryan C. Mills
2024-02-26path/filepath: add LocalizeDamien Neil
2024-02-26net/http: allow multiple spaces between method and path in mux patternsJes Cok
2024-02-24net/http: make FileServer look good on mobileMax 👨🏽‍💻 Coplan
2024-02-20net/http: add missing call to decConnsPerHostJulian Tibble
2024-02-14net/http: reject requests with invalid Content-Length headersAndy Pan
2024-02-13net/http: close connection if OnProxyConnectResponse returns an errorDamien Neil
2024-02-13net/http: refine trailing-slash redirect logicJonathan Amsterdam
2024-02-12net/http: remove superfluous newline on redirectscodesoap
2024-01-30net/textproto: reject HTTP requests with empty header keysAndy Pan
2024-01-29net/http: allow nothingWrittenError in TestTransportPersistConnReadLoopEOFMichael Pratt
2024-01-26Revert "net/http: wrap client errors"Cherry Mui
2024-01-25net/http: wrap client errorskayos@tcp.direct
2024-01-22all: update vendored dependenciesCherry Mui
2024-01-22net/http/pprof: configure WriteDeadlineAlexander Yastrebov
2024-01-10net: add available godoc linkcui fliter
2024-01-09net/http: clarify the precedence order for Request.FormValueJes Cok
2024-01-04net/http: respond with 400 Bad Request for empty hex number of chunk lengthAndy Pan
2024-01-04net/http/cgi: in TestCopyError, check for a Handler.ServeHTTP goroutine inste...Bryan C. Mills
2024-01-03net/http: make Request.Clone create fresh copies for matches and otherValuesJes Cok
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-12-07internal/profile: fully decode proto even if there are no samplesMichael Pratt
2023-12-05net/http: limit chunked data overheadDamien Neil
2023-12-01net/http: avoid leaking io.Copy goroutines (and hijacked connections) in Test...Bryan C. Mills
2023-11-29all: update vendored dependenciesDmitri Shuralyov
2023-11-21net/http: use pointers to array for copyBufPoolJorropo
2023-11-20src: a/an grammar fixesVille Skyttä