MCPcopy Index your code
hub / github.com/felixge/httpsnoop / doCloseNotify

Method doCloseNotify

wrap_generated.go:1263–1268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1261}
1262
1263func (r *rwState) doCloseNotify() <-chan bool {
1264 if r.closeNotify != nil {
1265 return r.closeNotify()
1266 }
1267 return r.w.(http.CloseNotifier).CloseNotify()
1268}
1269
1270func (r *rwState) doHijack() (net.Conn, *bufio.ReadWriter, error) {
1271 if r.hijack != nil {

Callers 15

CloseNotifyMethod · 0.80
CloseNotifyMethod · 0.80
CloseNotifyMethod · 0.80
CloseNotifyMethod · 0.80
CloseNotifyMethod · 0.80
CloseNotifyMethod · 0.80
CloseNotifyMethod · 0.80
CloseNotifyMethod · 0.80
CloseNotifyMethod · 0.80
CloseNotifyMethod · 0.80
CloseNotifyMethod · 0.80
CloseNotifyMethod · 0.80

Calls 1

CloseNotifyMethod · 0.45

Tested by

no test coverage detected