Searched defs:loopyWriter (Results 1 – 1 of 1) sorted by relevance
338 type loopyWriter struct { struct339 side side340 cbuf *controlBuffer341 sendQuota uint32342 oiws uint32 // outbound initial window size.343 estdStreams map[uint32]*outStream // Established streams.344 activeStreams *outStreamList // Streams that are sending data.345 framer *framer346 hBuf *bytes.Buffer // The buffer for HPACK encoding.347 hEnc *hpack.Encoder // HPACK encoder.[all …]