index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
http
Age
Commit message (
Expand
)
Author
2023-11-07
net/http/cookiejar: remove unused variable
wulianglongrd
2023-11-07
net/http/cgi: eliminate use of Perl in tests
aimuz
2023-11-06
net/http/cgi: the PATH_INFO should be empty or start with a slash
aimuz
2023-11-06
net/http: remove Content-Encoding header in roundtrip_js
carl.tao
2023-11-06
net/http: set/override Content-Length for encoded range requests
Mitar
2023-11-06
net/http/httptest: remove unnecessary creation of http.Transport
Zeke Lu
2023-11-02
net/http: remove arbitrary timeouts in tests of Server.ErrorLog
Bryan C. Mills
2023-10-26
net/http: pull http2 underflow fix from x/net/http2
Mauri de Souza Meneguzzo
2023-10-23
net/http: remove outdated comment about a support of CONNECT method
Keiichi Hirobe
2023-10-19
all: update vendored dependencies
Dmitri Shuralyov
2023-10-19
all: drop old +build lines
Dmitri Shuralyov
2023-10-10
all: pull in x/net v0.17.0 and its dependencies
Dmitri Shuralyov
2023-10-05
net/http: fix ServeMux pattern registration
Jonathan Amsterdam
2023-10-04
net/http/cgi: set SERVER_PORT to 443 when req.TLS != nil
edef
2023-10-03
net/http: document new ServeMux patterns
Jonathan Amsterdam
2023-10-02
net/http: add a test for an empty ServeMux
Jonathan Amsterdam
2023-10-02
net/http: add GODEBUG setting for old ServeMux behavior
Jonathan Amsterdam
2023-09-27
net/http: add extra synchronization for a Logf call in TestTransportAndServer...
Bryan C. Mills
2023-09-25
net/http: remove unused function
Jonathan Amsterdam
2023-09-25
net/http: unescape paths and patterns by segment
Jonathan Amsterdam
2023-09-20
all: simplify bool conditions
Oleksandr Redko
2023-09-20
net/http: eliminate more clientServerTest leaks in tests that use runTimeSens...
Bryan C. Mills
2023-09-20
net/http: eliminate a goroutine leak in (*persistConn.addTLS)
Bryan C. Mills
2023-09-19
net/http: add a benchmark for multi indexing
Jonathan Amsterdam
2023-09-19
net/http: test index exhaustively
Jonathan Amsterdam
2023-09-19
net/http: show offset in pattern parsing error
Jonathan Amsterdam
2023-09-19
net/http: explain why two patterns conflict
Jonathan Amsterdam
2023-09-19
net/http: index patterns for faster conflict detection
Jonathan Amsterdam
2023-09-19
net/http: buffer the testConn close channel in TestHandlerFinishSkipBigConten...
Bryan C. Mills
2023-09-18
net/http: fix bugs in comparePaths and combineRelationships
Jonathan Amsterdam
2023-09-15
net/http: avoid leaking goroutines when TestServerGracefulClose retries
Bryan C. Mills
2023-09-15
net/http: handle MethodNotAllowed
Jonathan Amsterdam
2023-09-14
net/http: synchronize tests that use reqNum counters
Bryan C. Mills
2023-09-14
net/http: implement path value methods on Request
Jonathan Amsterdam
2023-09-13
net/http: give ServeMux.handler a better name
Jonathan Amsterdam
2023-09-13
net/http: add test for registration errors
Jonathan Amsterdam
2023-09-13
net/http: scale rstAvoidanceDelay to reduce test flakiness
Bryan C. Mills
2023-09-13
net/http: ServeMux handles extended patterns
Jonathan Amsterdam
2023-09-13
net/http: use new Go Doc list syntax
Abhinav Gupta
2023-09-12
net/http: routing tree
Jonathan Amsterdam
2023-09-12
net/http: mapping data structure
Jonathan Amsterdam
2023-09-12
net/http: pattern.conflictsWith
Jonathan Amsterdam
2023-09-11
net/http: extended routing patterns
Jonathan Amsterdam
2023-09-05
all: use ^$ instead of XXXX, NoSuchTestExists to match no tests
Dmitri Shuralyov
2023-09-05
all: use ^TestName$ regular pattern for invoking a single test
Dmitri Shuralyov
2023-08-28
net/http: revert "support streaming POST content in wasm"
haruyama480
2023-08-28
net/http: document setting of Proxy-Authorization header
Damien Neil
2023-08-26
Revert "net/http/cgi: workaround for closure inlining issue"
Cuong Manh Le
2023-08-25
net/http/cgi: workaround for closure inlining issue
Matthew Dempsky
2023-08-25
net/http: document when request bodies are closed in more places
Damien Neil
[prev]
[next]