3 references to MaxExceptionDetailSize
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1Connection.cs (1)
996var detail = errorBytes.GetAsciiStringEscaped(Constants.MaxExceptionDetailSize);
Internal\Http\HttpParser.cs (1)
354? headerLine.GetAsciiStringEscaped(Constants.MaxExceptionDetailSize)
Internal\Http\HttpProtocol.cs (1)
1407? target.GetAsciiStringEscaped(Constants.MaxExceptionDetailSize)