Searched refs:responseWriterState (Results 1 – 1 of 1) sorted by relevance
69 rws := &responseWriterState{}2033 rws := responseWriterStatePool.Get().(*responseWriterState)2035 *rws = responseWriterState{} // zero all the fields2243 rws *responseWriterState2253 type responseWriterState struct { struct2280 type chunkWriter struct{ rws *responseWriterState }2284 func (rws *responseWriterState) hasTrailers() bool { return len(rws.trailers) != 0 } argument2289 func (rws *responseWriterState) declareTrailer(k string) { argument2307 func (rws *responseWriterState) writeChunk(p []byte) (n int, err error) { argument2438 func (rws *responseWriterState) promoteUndeclaredTrailers() { argument[all …]