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

Commit 9be5226

Browse files
committed
fix
1 parent 6949b1b commit 9be5226

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/Titanium.Web.Proxy/Extensions/SslExtensions.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
using System.Collections.Generic;
2+
using System.Diagnostics.CodeAnalysis;
23
using System.Net.Security;
4+
using System.Security.Authentication;
5+
using System.Security.Cryptography.X509Certificates;
6+
using System.Threading;
7+
using System.Threading.Tasks;
38
using Titanium.Web.Proxy.StreamExtended;
49

510
namespace Titanium.Web.Proxy.Extensions

src/Titanium.Web.Proxy/Helpers/HttpStream.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using System;
2+
using System.Buffers;
23
using System.Diagnostics;
34
using System.Globalization;
45
using System.IO;

0 commit comments

Comments
 (0)