aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/httputil/reverseproxy_test.go
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2015-09-11 11:12:15 -0700
committerRob Pike <r@golang.org>2015-09-11 18:31:51 +0000
commit67ddae87b97b14e228c09d82c9c21ca0b0eaaae9 (patch)
tree72c4c0964361a45087a02d741ef4ed66557b6b26 /src/net/http/httputil/reverseproxy_test.go
parentf4f0344fe26cca96cc6063459b48e7af61ae483b (diff)
downloadgo-67ddae87b97b14e228c09d82c9c21ca0b0eaaae9.tar.gz
go-67ddae87b97b14e228c09d82c9c21ca0b0eaaae9.zip
all: use one 'l' when cancelling everywhere except Solaris
Fixes #11626. Change-Id: I1b70c0844473c3b57a53d7cca747ea5cdc68d232 Reviewed-on: https://go-review.googlesource.com/14526 Run-TryBot: Rob Pike <r@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/net/http/httputil/reverseproxy_test.go')
-rw-r--r--src/net/http/httputil/reverseproxy_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/http/httputil/reverseproxy_test.go b/src/net/http/httputil/reverseproxy_test.go
index 80a26abe41..14897f4118 100644
--- a/src/net/http/httputil/reverseproxy_test.go
+++ b/src/net/http/httputil/reverseproxy_test.go
@@ -225,7 +225,7 @@ func TestReverseProxyFlushInterval(t *testing.T) {
}
}
-func TestReverseProxyCancellation(t *testing.T) {
+func TestReverseProxyCancelation(t *testing.T) {
if runtime.GOOS == "plan9" {
t.Skip("skipping test; see https://golang.org/issue/9554")
}