Home | History | Annotate | Download | only in http

Lines Matching refs:wd

1417 	rd, wd time.Time // read, write deadline
1433 c.wd = t
1486 if !c.wd.IsZero() && time.Now().After(c.wd) {