net/textproto.Pipeline.EndRequest (method)

4 uses

	net/textproto (current package)
		pipeline.go#L52: func (p *Pipeline) EndRequest(id uint) {
		textproto.go#L118: 	c.EndRequest(id)

	net/http/httputil
		persist.go#L96: 		sc.pipe.EndRequest(id)
		persist.go#L306: 		cc.pipe.EndRequest(id)