From d1d65402973d09a76bb9cd07108fc368e7e557d7 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Wed, 27 Mar 2024 12:14:36 +0100 Subject: [PATCH] doc(README.md): add diff with upstream --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1da2765d..3d18ebfa 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,9 @@ and otherwise replace `*tls.Conn` with `TLSConn`; - [ ] make sure the codebase does not call `tls.Client` *anywhere* except for `tlsconn.go` (`git grep -n 'tls\.Client'`) and otherwise replace `tls.Client` with `TLSClientFactory`; +- [ ] diff with upstream (`diff --color=never -ru .../golang/go/src/net/http .`) and +make sure what you see makes sense in terms of the original patches; + - [ ] ensure `go build -v ./...` still works; - [ ] ensure `go test -race ./...` is still passing;