]> Cypherpunks repositories - gostls13.git/commit
context: listen on localhost in example
authorRuss Cox <rsc@golang.org>
Wed, 6 Nov 2024 16:19:37 +0000 (11:19 -0500)
committerGopher Robot <gobot@golang.org>
Wed, 6 Nov 2024 18:10:22 +0000 (18:10 +0000)
commit840ac5e037e8182444da957d0c48ffeb330d7cd2
treef7df6d2d4aaead62f86ea4c177dd88d39a9319ed
parent72801623cbe4cedcb3334d31fa44ff31914a26d5
context: listen on localhost in example

Listening on ":0" triggers a Mac firewall box while the test runs.

Change-Id: Ie6f8eb07eb76ea222f43bc40b1c30645294bc239
Reviewed-on: https://go-review.googlesource.com/c/go/+/625975
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/context/example_test.go