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
/
clientserver_test.go
Age
Commit message (
Expand
)
Author
27 hours
net/http: temporarily disable HTTP/3 tests
Nicholas S. Husin
32 hours
net/http: fix wrong context being used when shutting down HTTP/3 server
Nicholas S. Husin
4 days
net/http: run tests for HTTP/3 where it can already pass
Nicholas S. Husin
5 days
net/http: add support for running HTTP tests against HTTP/3
Nicholas S. Husin
2026-03-12
net/http: use net/http/internal/http2 rather than h2_bundle.go
Damien Neil
2025-11-24
net/http: add Transport.NewClientConn
Damien Neil
2025-09-26
net/http: add more tests of transport connection pool
Damien Neil
2025-05-21
net/http: use synctest.Test rather than Run
Damien Neil
2025-02-14
net/http: use runtime.AddCleanup instead of runtime.SetFinalizer
Carlos Amedee
2024-11-26
net/http: test for racing idle conn closure and new requests
Damien Neil
2024-11-25
net/http: run TestServerShutdownStateNew in a synctest bubble
Damien Neil
2024-10-07
crypto/rand: remove /dev/urandom fallback and improve getrandom batching
Filippo Valsorda
2024-10-02
all: use slices.Sorted(maps.Keys(m))
Tobias Klauser
2024-07-25
net: use slices and maps to clean up tests
apocelipes
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-04-08
net/http: update HandlerWritesTooMuch test to allow different h1/h2 behavior
Damien Neil
2023-08-24
net/http: remove arbitrary timeout from TestTransportGCRequest
Damien Neil
2023-03-17
net/http: eliminate more arbitrary timeouts in tests
Bryan C. Mills
2023-01-19
runtime: replace panic(nil) with panic(new(runtime.PanicNilError))
Russ Cox
2022-11-19
net/http: direct server logs to test output in tests
Damien Neil
2022-10-07
net/http: refactor tests to run most in HTTP/1 and HTTP/2 modes
Damien Neil
2022-05-17
net/http: unskip TestEarlyHintsRequest_h2
Kévin Dunglas
2022-05-17
net/http: allow sending 1xx responses
Kévin Dunglas
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-12
net/http: do not send Transfer-Encoding: identity in responses
Damien Neil
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-10-16
net/http: try to deflake TestTransportDiscardsUnneededConns
Russ Cox
2019-11-04
net/http: support disabling built-in HTTP/2 with a new build tag
Brad Fitzpatrick
2019-10-21
net/http: make TimeoutHandler log spurious WriteHeader calls
Emmanuel T Odeke
2019-10-09
net/http: update bundled x/net/http2
Emmanuel T Odeke
2019-10-09
net/http: do not sniff response if Content-Encoding header is set
Emmanuel T Odeke
2019-02-27
net/http: remove use of DeepEqual for testing errors
Marcel van Lohuizen
2018-10-03
net/http: log call site which causes multiple header writes
David Url
2018-10-02
net/http: make Transport send WebSocket upgrade requests over HTTP/1
Brad Fitzpatrick
2018-08-21
net/http: add test showing that ReverseProxy HTTP/2 bidi streaming works
Brad Fitzpatrick
2018-06-29
net/http: update bundled http2
Brad Fitzpatrick
2018-01-05
net/http: don't validate WriteHeader code if header's already been sent
Brad Fitzpatrick
2017-11-28
net/http: update bundled http2
Brad Fitzpatrick
2017-11-27
net/http: panic on invalid WriteHeader status code
Brad Fitzpatrick
2017-06-26
net/http: fix double-close of req.Body
Matt Harden
2016-11-17
net/http: deflake TestInterruptWithPanic_nil_h2, again
Brad Fitzpatrick
2016-11-14
net/http: update bundled http2, add TestServerKeepAlivesEnabled h1/h2 tests
Brad Fitzpatrick
2016-11-11
net/http: make Server log on bad requests from clients
Kenny Grant
2016-11-11
net/http: deflake new TestInterruptWithPanic_h2
Brad Fitzpatrick
2016-11-10
net/http: update bundled http2 for ErrAbortHandler support, document it more
Brad Fitzpatrick
2016-11-10
net/http: add ErrAbortHandler, make Server quiet if used as panic value
Brad Fitzpatrick
2016-11-04
net/http: speed up tests, use t.Parallel when it's safe
Brad Fitzpatrick
2016-11-01
net/http, net/http/httptest: make http2's TrailerPrefix work for http1
Brad Fitzpatrick
2016-10-18
net/http: update test to check Content-Length 0 Body more reliably
Brad Fitzpatrick
2016-10-01
net/http: don't sniff Request.Body on 100-continue requests in Transport
Brad Fitzpatrick
[next]