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
2023-05-24
net/http: second do not force the Content-Length header if nilled
Jorropo
2023-05-15
Revert "net/http: do not force the Content-Length header if nilled"
Austin Clements
2023-05-15
net/http: handle WriteHeader(101) as a non-informational header
Damien Neil
2023-05-15
net/http: do not force the Content-Length header if nilled
Laurent Senta
2023-05-02
net/http: avoid leaking the writing goroutine
Michael Fraenkel
2023-04-12
net/http: avoid leaking writer goroutines in tests
Bryan C. Mills
2023-04-12
net/http: only report the first leak of each test run
Bryan C. Mills
2023-03-22
net/http: improve logging in TestServerSetKeepAlivesEnabledClosesConns
Bryan C. Mills
2023-03-17
net/http: eliminate more arbitrary timeouts in tests
Bryan C. Mills
2023-03-15
net/http: avoid making a request to a closed server in TestServerShutdown
Bryan C. Mills
2023-03-13
net/http: remove more arbitrary timeouts from server tests
Bryan C. Mills
2023-03-08
net/http: remove arbitrary timeout in TestServerAllowsBlockingRemoteAddr
Bryan C. Mills
2023-02-22
net/http: remove warning when parsing a query containing a semicolon
Damien Neil
2023-02-01
net/http: remove another arbitrary timeout in TestTLSHandshakeTimeout
Bryan C. Mills
2022-11-22
all: enable disabled HTTP/2 tests
Damien Neil
2022-11-19
net/http: direct server logs to test output in tests
Damien Neil
2022-11-10
net/http: add tests for Server.ReadTimeout and server.WriteTimeout
Damien Neil
2022-11-08
net/textproto: reject invalid header keys/values in ReadMIMEHeader
Damien Neil
2022-10-07
net/http: refactor tests to run most in HTTP/1 and HTTP/2 modes
Damien Neil
2022-09-21
net/http: accept HEAD requests with a body
Damien Neil
2022-09-16
net/http: deflake TestServerCancelsReadHeaderTimeoutWhenIdle
Bryan C. Mills
2022-09-07
net/http: use strings.Builder
cuiweixie
2022-09-05
net/http: don't time out idle server connections after ReadHeaderTimeout
Eliza Weisman
2022-08-15
net/http: add Server.DisableOptionsHandler for custom handling of OPTIONS *
Alexander Yastrebov
2022-08-12
net/http: add a test to verify form tempfiles are deleted
Damien Neil
2022-06-29
net/http: don't strip whitespace from Transfer-Encoding headers
Damien Neil
2022-05-17
net/http: allow sending 1xx responses
Kévin Dunglas
2022-05-11
Revert "net/http: close accepted connection"
Alexander Yastrebov
2022-05-09
net/http: close accepted connection
Alexander Yastrebov
2022-04-25
net/http: add MaxBytesError
Carl Johnson
2022-04-18
net/http: eliminate arbitrary timeouts in TestServerRequestContextCancel_Conn...
Bryan C. Mills
2022-04-11
all: gofmt main repo
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-12-07
net/http: remove arbitrary timeout in TestServerHijackGetsBackgroundByte_big
Bryan C. Mills
2021-11-30
net/http: eliminate arbitrary timeout in TestClientWriteShutdown
Bryan C. Mills
2021-11-09
net/http: add MaxBytesHandler
Carl Johnson
2021-11-08
net/http: deflake TestTimeoutHandlerContextCanceled
Damien Neil
2021-11-07
net/http: fix spelling in documentation
jiahua wang
2021-11-05
net/http: distinguish between timeouts and client hangups in TimeoutHandler
Charlie Getzen
2021-11-02
net/http: deflake TestServerKeepAlivesEnabled_h{1,2}
Damien Neil
2021-06-10
net/http: remove test-only private key from production binaries
Damien Neil
2021-06-09
net/http: add AllowQuerySemicolons
Filippo Valsorda
2021-05-03
net/http: use relative path in Location redirect
Roland Shoemaker
2021-01-22
net/http: fix flaky TestDisableKeepAliveUpgrade
Damien Neil
2020-12-14
net/http: attempt deadlock fix in TestDisableKeepAliveUpgrade
Anmol Sethi
2020-12-01
net/http: allow upgrading non keepalive connections
Anmol Sethi
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-10-16
net/http: deflake TestServerEmptyBodyRace_h1, or at least try
Russ Cox
2020-10-14
net/http: return 505 status for rejected protocol version
Damien Neil
2020-09-06
net/http: mark http/2 connections active
Michael Fraenkel
[prev]
[next]