Home | History | Annotate | Download | only in http

Lines Matching refs:pf

1880 	pf := mh.PseudoFields()
1881 for i, hf := range pf {
1891 for _, hf2 := range pf[:i] {
7492 type http2writePingAck struct{ pf *http2PingFrame }
7495 return ctx.Framer().WritePing(true, w.pf.Data)
7499 return http2frameHeaderLen+len(w.pf.Data) <= max