5 references to ErrorReadingHeaders
InMemory.FunctionalTests (3)
Http2\Http2ConnectionTests.cs (3)
2734AssertConnectionEndReason(ConnectionEndReason.ErrorReadingHeaders); 2764AssertConnectionEndReason(ConnectionEndReason.ErrorReadingHeaders); 4933AssertConnectionEndReason(ConnectionEndReason.ErrorReadingHeaders);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Connection.cs (1)
430reason = ConnectionEndReason.ErrorReadingHeaders;
Internal\Infrastructure\KestrelMetrics.cs (1)
494ConnectionEndReason.ErrorReadingHeaders => "error_reading_headers",