5 references to ErrorReadingHeaders
InMemory.FunctionalTests (3)
Http2\Http2ConnectionTests.cs (3)
2726AssertConnectionEndReason(ConnectionEndReason.ErrorReadingHeaders); 2756AssertConnectionEndReason(ConnectionEndReason.ErrorReadingHeaders); 4922AssertConnectionEndReason(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",