net/http.CloseNotifier.CloseNotify (method)

2 uses

	net/http (current package)
		server.go#L230: 	CloseNotify() <-chan bool

	net/http/httputil
		reverseproxy.go#L225: 		notifyChan := cn.CloseNotify()