Home | History | Annotate | Download | only in http

Lines Matching full:shouldreuseconnection

1167 // shouldReuseConnection reports whether the underlying TCP connection can be reused.
1169 func (w *response) shouldReuseConnection() bool {
1366 if !w.shouldReuseConnection() {