feat: HTTP Trailers (RFC 9110 §6.5) across H1.1, H2, H3#49
Merged
Annotations
10 warnings
|
Build:
src/TurboHTTP.IntegrationTests.End2End/H2/SendAsyncHighConcurrencySpec.cs#L710
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
Build:
src/TurboHTTP.IntegrationTests.End2End/H2/SendAsyncHighConcurrencySpec.cs#L708
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
Build:
src/TurboHTTP.IntegrationTests.End2End/H2/SendAsyncHighConcurrencySpec.cs#L544
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Build:
src/TurboHTTP.IntegrationTests.End2End/H2/SendAsyncHighConcurrencySpec.cs#L592
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Build:
src/TurboHTTP.IntegrationTests.End2End/H2/SendAsyncHighConcurrencySpec.cs#L325
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Build:
src/TurboHTTP.IntegrationTests.End2End/H2/SendAsyncHighConcurrencySpec.cs#L505
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Build:
src/TurboHTTP.IntegrationTests.End2End/H2/SendAsyncHighConcurrencySpec.cs#L271
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Build:
src/TurboHTTP.IntegrationTests.End2End/H2/SendAsyncHighConcurrencySpec.cs#L210
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Build:
lib/servus.akka/src/Servus.Akka.Tests/Transport/IOQueueSpec.cs#L32
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Build:
lib/servus.akka/src/Servus.Akka/Transport/SocketPipeConnection.cs#L52
Non-nullable field '_inputPipe' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
background
wait
wait-all
cancel
parallel
Loading