2 references to Encode
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\QPackHeaderWriter.cs (2)
44
bool done =
Encode
(headersEnumerator, buffer.Slice(statusCodeLength + 2), throwIfNoneEncoded: false, ref totalHeaderSize, out int headersLength);
52
return
Encode
(headersEnumerator, buffer, throwIfNoneEncoded: true, ref totalHeaderSize, out length);