Skip to content

Commit

Permalink
Fixed H/3 stress server after the last Kestrel change (#57356)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManickaP authored Aug 16, 2021
1 parent fe4162f commit 4f60ea9
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,6 @@ void ConfigureListenOptions(ListenOptions listenOptions)
}
}
});

if (configuration.HttpVersion == HttpVersion.Version30)
{
host = host.UseQuic(options =>
{
options.Alpn = "h3";
options.IdleTimeout = TimeSpan.FromMinutes(1);
});
}
};

LoggerConfiguration loggerConfiguration = new LoggerConfiguration();
Expand Down

0 comments on commit 4f60ea9

Please sign in to comment.