aboutsummaryrefslogtreecommitdiff
path: root/src/net/http
AgeCommit message (Expand)Author
2024-01-25all: prealloc slice with possible minimum capabilitiesShulhan
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ä
2023-11-17all: add missing copyright headerJes Cok
2023-11-17net,os: arrange zero-copy of os.File and net.TCPConn to net.UnixConnAndy Pan
2023-11-15net/http: don't set length for non-range encoded content requestsDamien Neil
2023-11-14crypto/tls: remove RSA KEX ciphers from the default listRoland Shoemaker
2023-11-09net/http: use copyBufPool in transferWriter.doBodyCopy()Michał Matczuk
2023-11-07net/http/cookiejar: remove unused variablewulianglongrd
2023-11-07net/http/cgi: eliminate use of Perl in testsaimuz
2023-11-06net/http/cgi: the PATH_INFO should be empty or start with a slashaimuz
2023-11-06net/http: remove Content-Encoding header in roundtrip_jscarl.tao
2023-11-06net/http: set/override Content-Length for encoded range requestsMitar
2023-11-06net/http/httptest: remove unnecessary creation of http.TransportZeke Lu
2023-11-02net/http: remove arbitrary timeouts in tests of Server.ErrorLogBryan C. Mills
2023-10-26net/http: pull http2 underflow fix from x/net/http2Mauri de Souza Meneguzzo
2023-10-23net/http: remove outdated comment about a support of CONNECT methodKeiichi Hirobe
2023-10-19all: update vendored dependenciesDmitri Shuralyov
2023-10-19all: drop old +build linesDmitri Shuralyov
2023-10-10all: pull in x/net v0.17.0 and its dependenciesDmitri Shuralyov
2023-10-05net/http: fix ServeMux pattern registrationJonathan Amsterdam
2023-10-04net/http/cgi: set SERVER_PORT to 443 when req.TLS != niledef
2023-10-03net/http: document new ServeMux patternsJonathan Amsterdam
2023-10-02net/http: add a test for an empty ServeMuxJonathan Amsterdam
2023-10-02net/http: add GODEBUG setting for old ServeMux behaviorJonathan Amsterdam
2023-09-27net/http: add extra synchronization for a Logf call in TestTransportAndServer...Bryan C. Mills
2023-09-25net/http: remove unused functionJonathan Amsterdam
2023-09-25net/http: unescape paths and patterns by segmentJonathan Amsterdam
2023-09-20all: simplify bool conditionsOleksandr Redko
2023-09-20net/http: eliminate more clientServerTest leaks in tests that use runTimeSens...Bryan C. Mills
2023-09-20net/http: eliminate a goroutine leak in (*persistConn.addTLS)Bryan C. Mills
2023-09-19net/http: add a benchmark for multi indexingJonathan Amsterdam
2023-09-19net/http: test index exhaustivelyJonathan Amsterdam
2023-09-19net/http: show offset in pattern parsing errorJonathan Amsterdam
2023-09-19net/http: explain why two patterns conflictJonathan Amsterdam
2023-09-19net/http: index patterns for faster conflict detectionJonathan Amsterdam
2023-09-19net/http: buffer the testConn close channel in TestHandlerFinishSkipBigConten...Bryan C. Mills
2023-09-18net/http: fix bugs in comparePaths and combineRelationshipsJonathan Amsterdam