net/http.CloseNotifier.CloseNotify (method)

2 uses

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

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