2 references to DecodeHeadersAsync
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Connection.cs (2)
872
return
DecodeHeadersAsync
(_incomingFrame.HeadersEndHeaders, headersPayload);
1205
return
DecodeHeadersAsync
(_incomingFrame.ContinuationEndHeaders, payload);