Home | History | Annotate | Download | only in http

Lines Matching refs:werr

249 	// werr is set to the first write error to rwc.
251 werr error
261 // bufw writes to checkConnErrorWriter{c}, which populates werr on error.
1482 // and populates c.werr with it if so. but otherwise writes to:
1571 if w.conn.werr != nil {
3133 // checkConnErrorWriter writes to c.rwc and records any write errors to c.werr.
3142 if err != nil && w.c.werr == nil {
3143 w.c.werr = err