Searched defs:cancelTimerBody (Results 1 – 1 of 1) sorted by relevance
954 type cancelTimerBody struct { struct955 stop func() // stops the time.Timer waiting to cancel the request956 rc io.ReadCloser957 reqDidTimeout func() bool960 func (b *cancelTimerBody) Read(p []byte) (n int, err error) {974 func (b *cancelTimerBody) Close() error {