Skip to content

Commit

Permalink
doc(README.md): add diff with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Mar 27, 2024
1 parent eeb964f commit d1d6540
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d1d6540

Please sign in to comment.