Skip to content

Commit

Permalink
Fix HttpStress build (#56912)
Browse files Browse the repository at this point in the history
#56775 broke HttpStress.
  • Loading branch information
antonfirsov authored Aug 6, 2021
1 parent ebc0f05 commit 6f19f67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ void ConfigureListenOptions(ListenOptions listenOptions)
{
host = host.UseQuic(options =>
{
options.Alpn = SslApplicationProtocol.Http3.ToString();
options.Alpn = "h3";
options.IdleTimeout = TimeSpan.FromMinutes(1);
});
}
Expand Down

0 comments on commit 6f19f67

Please sign in to comment.