net/textproto.Pipeline.StartRequest (method)

4 uses

	net/textproto (current package)
		pipeline.go#L46: func (p *Pipeline) StartRequest(id uint) {
		textproto.go#L116: 	c.StartRequest(id)

	net/http/httputil
		persist.go#L94: 	sc.pipe.StartRequest(id)
		persist.go#L304: 	cc.pipe.StartRequest(id)