Home
last modified time | relevance | path

Searched defs:writeResHeaders (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/golang.org/x/net/http2/
Dwrite.go179 type writeResHeaders struct { struct
180 streamID uint32
181 httpResCode int // 0 means no ":status" line
182 h http.Header // may be nil
183 trailers []string // if non-nil, which keys of h to write. nil means all.
184 endStream bool
186 date string
187 contentType string
188 contentLength string
198 func (w *writeResHeaders) staysWithinBuffer(max int) bool {
[all …]