1 write to InvalidHttp1xErrorResponseBytes
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Connection.cs (1)
585var responseBytes = InvalidHttp1xErrorResponseBytes ??= Encoding.ASCII.GetBytes(
2 references to InvalidHttp1xErrorResponseBytes
InMemory.FunctionalTests (2)
Http2\Http2ConnectionTests.cs (2)
5864Assert.NotNull(Http2Connection.InvalidHttp1xErrorResponseBytes); 5865Assert.Equal(Http2Connection.InvalidHttp1xErrorResponseBytes, data);