1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-26 23:20:27 +08:00

TUN-3848: Use transport logger for h2mux

This commit is contained in:
Adam Chalmers
2021-02-03 12:32:54 -06:00
parent 88b53eb886
commit 0d22106416
9 changed files with 21 additions and 14 deletions

View File

@@ -27,7 +27,7 @@ var (
Scheme: "https",
Host: "connectiontest.argotunnel.com",
}
testObserver = NewObserver(&log, false)
testObserver = NewObserver(&log, &log, false)
testLargeResp = make([]byte, largeFileSize)
)