aboutsummaryrefslogtreecommitdiff
path: root/src/net/http
AgeCommit message (Expand)Author
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
2023-09-15net/http: avoid leaking goroutines when TestServerGracefulClose retriesBryan C. Mills
2023-09-15net/http: handle MethodNotAllowedJonathan Amsterdam
2023-09-14net/http: synchronize tests that use reqNum countersBryan C. Mills
2023-09-14net/http: implement path value methods on RequestJonathan Amsterdam
2023-09-13net/http: give ServeMux.handler a better nameJonathan Amsterdam
2023-09-13net/http: add test for registration errorsJonathan Amsterdam
2023-09-13net/http: scale rstAvoidanceDelay to reduce test flakinessBryan C. Mills
2023-09-13net/http: ServeMux handles extended patternsJonathan Amsterdam
2023-09-13net/http: use new Go Doc list syntaxAbhinav Gupta
2023-09-12net/http: routing treeJonathan Amsterdam
2023-09-12net/http: mapping data structureJonathan Amsterdam
2023-09-12net/http: pattern.conflictsWithJonathan Amsterdam
2023-09-11net/http: extended routing patternsJonathan Amsterdam
2023-09-05all: use ^$ instead of XXXX, NoSuchTestExists to match no testsDmitri Shuralyov
2023-09-05all: use ^TestName$ regular pattern for invoking a single testDmitri Shuralyov
2023-08-28net/http: revert "support streaming POST content in wasm"haruyama480
2023-08-28net/http: document setting of Proxy-Authorization headerDamien Neil
2023-08-26Revert "net/http/cgi: workaround for closure inlining issue"Cuong Manh Le
2023-08-25net/http/cgi: workaround for closure inlining issueMatthew Dempsky
2023-08-25net/http: document when request bodies are closed in more placesDamien Neil