go icon indicating copy to clipboard operation
go copied to clipboard

patch: net: add TS_PANIC_ON_TEST_LISTEN_UNSPEC env to panic on unspecified addr listens

Open bradfitz opened this issue 1 year ago • 0 comments

Summary: add env knob to net package panic if test code does a listen on the unspecified address Upstream status: upstream not interested. Importance: not important. We could drop this if we wanted. But it's convenient when needed, to debug Mac/Windows firewall issues during tests. Example prior commit: 8c9eff4f8b3c32e386cfb2c2d74751904e7b429b

bradfitz avatar Feb 09 '23 17:02 bradfitz