Home | History | Annotate | Download | only in http

Lines Matching defs:writeLoop

1118 	go pconn.writeLoop()
1273 writech chan writeRequest // written by roundTrip; read by writeLoop
1279 // from the writeLoop goroutine to the readLoop which passes
1427 // Wait for the writeLoop goroutine to terminated, and then
1701 func (pc *persistConn) writeLoop() {
1730 // (from writeLoop above) happened and was successful.
1738 // Rare case: the request was written in writeLoop above but
1776 // to writeLoop via this chan.
1783 // writeLoop's goroutine to write a request while the read loop
1791 // If not nil, writeLoop blocks sending request body until