Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit fee760e

Browse files
committed
docfx upgrade
1 parent 654720f commit fee760e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.build/setup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function Install-DocFx()
3636
{
3737
if(!(Test-Path $env:ChocolateyInstall\lib\docfx\tools*))
3838
{
39-
choco install docfx --version 2.40.1
39+
choco install docfx --version 2.47
4040
}
4141
$env:Path += ";$env:ChocolateyInstall\lib\docfx\tools"
4242
}

src/Titanium.Web.Proxy/ExplicitClientHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ private async Task handleClient(ExplicitProxyEndPoint endPoint, TcpClientConnect
262262
}
263263

264264
if (method == KnownMethod.Invalid)
265-
{
265+
{
266266
sendRawData = true;
267267
}
268268

0 commit comments

Comments
 (0)