1 write to _responseHeaders
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Http2\Http2FrameWriterBenchmark.cs (1)
58
_responseHeaders
= new HttpResponseHeaders();
2 references to _responseHeaders
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
Http2\Http2FrameWriterBenchmark.cs (2)
59
var headers = (IHeaderDictionary)
_responseHeaders
;
72
_frameWriter.WriteResponseHeaders(streamId: 0, 200, Http2HeadersFrameFlags.END_STREAM,
_responseHeaders
);