aboutsummaryrefslogtreecommitdiff
path: root/src/net/http
AgeCommit message (Expand)Author
2022-11-19net/http: direct server logs to test output in testsDamien Neil
2022-11-18net/http: regenerate h2_bundle.goDmitri Shuralyov
2022-11-18crypto/tls: add CertificateVerificationError to tls handshakeGabor Tanz
2022-11-18all: add missing periods in commentscui fliter
2022-11-17net/http: deflake TestResponseControllerSetFutureWriteDeadlineDamien Neil
2022-11-15net/url, net/http/httputil: accept invalid percent encodingsIan Lance Taylor
2022-11-14internal/godebug: define more efficient APIRuss Cox
2022-11-11net/http: fix triv.goRuss Cox
2022-11-10net/http: build error chains in transport that can be unwrappedMarcus Weiner
2022-11-10net/http: add ResponseController and per-handler timeoutsDamien Neil
2022-11-10net/http: add tests for Server.ReadTimeout and server.WriteTimeoutDamien Neil
2022-11-09net/http: add Transport.OnProxyConnectResponsecuiweixie
2022-11-09all: fix some commentscui fliter
2022-11-08net/textproto: reject invalid header keys/values in ReadMIMEHeaderDamien Neil
2022-11-08net/http: remove redundant codetk
2022-11-04all: fix function names in commentscui fliter
2022-11-04net/http: ignore ranges if the content is empty in serveContentJorropo
2022-10-31net/http: deflake TestCancelRequestWhenSharingConnectionZeke Lu
2022-10-26all: update golang.org/x/tools to 8166dca1cec9Wayne Zuo
2022-10-14net/http: skip TestTransportPersistConnLeak/h2Damien Neil
2022-10-12net/http: fix some test flakes caused by test refactoringDamien Neil
2022-10-07net/http: refactor tests to run most in HTTP/1 and HTTP/2 modesDamien Neil
2022-09-29net/http: using strings.CutPrefix replace strings.HasPrefix and strings.TrimP...cuiweixie
2022-09-29net/http: remove deadstore statementcuiweixie
2022-09-29net/http: use time.Comparecuiweixie
2022-09-28all: fix some typoscui fliter
2022-09-27net/http: fix the potential leak of textproto.Reader from poolAndy Pan
2022-09-23net/http/httputil: avoid query parameter smugglingDamien Neil
2022-09-21net/http: add tracing to TestTransportReuseConnection_Gzip_*Damien Neil
2022-09-21net/http: accept HEAD requests with a bodyDamien Neil
2022-09-21all: update vendored golang.org/x/netDamien Neil
2022-09-19net/http: convert Server.disableKeepAlives to atomic typecuiweixie
2022-09-19net/http: correctly test for leading header spaces in TestReadRequest_BadDamien Neil
2022-09-16net/http: deflake TestServerCancelsReadHeaderTimeoutWhenIdleBryan C. Mills
2022-09-16net/http/httputil: remove duplicated code blockDamien Neil
2022-09-14net/http/httputil: forward 1xx responses in ReverseProxyKévin Dunglas
2022-09-13net/http: make DefaultTransport docs about HTTP proxy consistentVladimir Varankin
2022-09-09net/http: convert allowQuerySemicolonsInUse to atomic typecui fliter
2022-09-07net/http: use strings.Buildercuiweixie
2022-09-06all: update vendored golang.org/x/netDamien Neil
2022-09-06net/http: clarify proxy selection from environmentSean Liao
2022-09-06net/http: using strings.Buildercuiweixie
2022-09-06net/http/cgi: use strings.Buildercuiweixie
2022-09-06net/http/httptrace: use strings.Buildercuiweixie
2022-09-06net/http/httputil: use strings.Buildercuiweixie
2022-09-06net/http: make triv.go example less insecureDamien Neil
2022-09-05net/http: don't time out idle server connections after ReadHeaderTimeoutEliza Weisman
2022-08-31net/http/pprof: link docs to runtime/pprofSean Liao
2022-08-29net/http: FileServer method check + minimal OPTIONS implementationPascal S. de Kloe
2022-08-26net/http: don't panic on very large MaxBytesReaderLimitcuiweixie