Skip to content

Commit 7da78ef

Browse files
committed
chore(api): update public API surface after removing EarlyData and ServerPush
1 parent 17e7606 commit 7da78ef

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/TurboHTTP.API.Tests/verify/CoreAPISpec.ApproveCore.DotNet.verified.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ namespace TurboHTTP
5454
{
5555
public Http3Options() { }
5656
public bool AllowConnectionMigration { get; set; }
57-
public bool AllowEarlyData { get; set; }
58-
public bool AllowServerPush { get; set; }
5957
public bool EnableAltSvcDiscovery { get; set; }
6058
public System.TimeSpan IdleTimeout { get; set; }
6159
public int MaxConcurrentStreams { get; set; }

0 commit comments

Comments
 (0)