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
/
serve_test.go
Age
Commit message (
Expand
)
Author
4 days
net/http: run tests for HTTP/3 where it can already pass
Nicholas S. Husin
2026-03-24
net/http: add a test for starting a server with no HTTP/2 and no TLS config
Damien Neil
2026-03-23
net/http: make ResponseWriter.ReadFrom respect declared Content-Length
Nicholas S. Husin
2026-03-12
net/http/internal/http2: remove ExportSetH2GoawayTimeout
Damien Neil
2025-11-21
net/http: preserve original path encoding in redirects
Sean Liao
2025-11-21
net/http: use HTTP 307 redirects in ServeMux
Sean Liao
2025-11-18
Revert "net/http: do not discard body content when closing it within request ...
Nicholas S. Husin
2025-11-14
net/http: do not discard body content when closing it within request handlers
Nicholas S. Husin
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-09-06
net/http: pool transport gzip readers
Alexander Yastrebov
2025-05-21
net/http: use synctest.Test rather than Run
Damien Neil
2025-05-19
net/http: fix ServeMux.Handler on trailing-slash redirect
Jonathan Amsterdam
2025-04-16
net/http: set Request.TLS when net.Conn implements ConnectionState
Weidi Deng
2025-04-09
net/http: reduce memory usage when hijacking
Jakob Ackermann
2025-03-04
net/http: don't modify caller's tls.Config.NextProtos
Damien Neil
2025-02-27
net/http: reject newlines in chunk-size lines
Damien Neil
2025-02-14
net/http: unskip TestDisableContentLength/h2
Dmitri Shuralyov
2025-02-10
net/http: use standard time formatting methods
Tom Thorogood
2024-11-25
net/http: run TestServerShutdownStateNew in a synctest bubble
Damien Neil
2024-07-29
net/http: don't write HEAD response body in ResponseWriter.ReadFrom
Damien Neil
2024-07-25
net: use slices and maps to clean up tests
apocelipes
2024-06-28
net/http: avoid appending an existing trailing slash to path again
Jes Cok
2024-06-18
net/http: keep Content-Encoding in Error, add GODEBUG for ServeContent
Damien Neil
2024-06-07
net/http: check GetConfigForClient in server.ServeTLS
Chance Zibolski
2024-05-23
std: fix calls to Printf(s) with non-constant s
Alan Donovan
2024-05-21
net/http: disable flaky 100-continue tests
Damien Neil
2024-05-14
net/http: avoid panic when writing 100-continue after handler done
Damien Neil
2024-05-09
net/http: remove misleading response headers on error
Russ Cox
2024-03-25
net/http: eliminate the needless idle timeout for TestServerNoReadTimeout
Andy Pan
2024-03-22
net/http: ensure server handler is done in TestServerNoWriteTimeout
Damien Neil
2024-03-21
net/http: add tests with zero and negative read/write timeouts
Andy Pan
2024-03-14
Revert "net/http: remove superfluous newline on redirects"
Russ Cox
2024-02-29
net/http: remove Content-Length header in http.Error
Damien Neil
2024-02-26
net/http: reject client-side retries in server timeout tests
Bryan C. Mills
2024-02-14
net/http: reject requests with invalid Content-Length headers
Andy Pan
2024-02-13
net/http: refine trailing-slash redirect logic
Jonathan Amsterdam
2024-02-12
net/http: remove superfluous newline on redirects
codesoap
2024-01-30
net/textproto: reject HTTP requests with empty header keys
Andy Pan
2023-11-02
net/http: remove arbitrary timeouts in tests of Server.ErrorLog
Bryan C. Mills
2023-09-27
net/http: add extra synchronization for a Logf call in TestTransportAndServer...
Bryan C. Mills
2023-09-20
net/http: eliminate more clientServerTest leaks in tests that use runTimeSens...
Bryan C. Mills
2023-09-19
net/http: buffer the testConn close channel in TestHandlerFinishSkipBigConten...
Bryan C. Mills
2023-09-15
net/http: avoid leaking goroutines when TestServerGracefulClose retries
Bryan C. Mills
2023-09-14
net/http: synchronize tests that use reqNum counters
Bryan C. Mills
2023-09-13
net/http: scale rstAvoidanceDelay to reduce test flakiness
Bryan C. Mills
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-25
net/http: deflake TestRequestBodyLimit
Damien Neil
2023-08-22
net/http: use testenv.Command instead of exec.Command in tests
Bryan C. Mills
2023-06-07
net/http: close response body in TestRequestBodyLimit
Damien Neil
[next]