sorry about that, go.mod should have
module
not package
. Edited above.
Thank you.
Caddy is running and I can open https://localhost in my browser.
However:
go test -v http3_test.go
=== RUN TestHttp3
http3_test.go:14: <nil> Get "https://localhost": timeout: no recent network activity
--- PASS: TestHttp3 (5.00s)
PASS
ok command-line-arguments 5.156s
That’s weird. You must have something funky going on with your Mac’s network stack. Like I said earlier, I don’t use a Mac, so I can’t help with that. Maybe @WeidiDeng has ideas.
thank you.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.