Skip to content

Commit e5463f4

Browse files
committed
⬆️ FluentAvalonia 2.3.0
1 parent 816d1c9 commit e5463f4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ref/DirectoryPackages

src/BD.WTTS.Client.Plugins.Accelerator.ReverseProxy/Extensions/KestrelServerOptionsExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public static void ListenHttpProxy(this KestrelServerOptions options)
3535

3636
options.Listen(IReverseProxyService.Constants.Instance.ProxyIp, httpProxyPort, listen =>
3737
{
38+
listen.Protocols = HttpProtocols.Http1AndHttp2AndHttp3;
3839
var proxyMiddleware = options.ApplicationServices.GetRequiredService<HttpProxyMiddleware>();
3940
var tunnelMiddleware = options.ApplicationServices.GetRequiredService<TunnelMiddleware>();
4041

0 commit comments

Comments
 (0)