Home | History | Annotate | Download | only in http

Lines Matching refs:wd

1772 	mu     sync.Mutex // guards rd/wd
1773 rd, wd time.Time // read, write deadline
1793 c.wd = t
1848 if !c.wd.IsZero() && time.Now().After(c.wd) {