From 111eb8bea7b23740b602bcc0705935eef03286b8 Mon Sep 17 00:00:00 2001 From: scbedd <45376673+scbedd@users.noreply.github.com> Date: Tue, 14 Feb 2023 18:16:01 -0800 Subject: [PATCH] commit pending --- tools/test-proxy/Azure.Sdk.Tools.TestProxy/RecordingHandler.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/test-proxy/Azure.Sdk.Tools.TestProxy/RecordingHandler.cs b/tools/test-proxy/Azure.Sdk.Tools.TestProxy/RecordingHandler.cs index fd5cbaf4b34..b323fd366da 100644 --- a/tools/test-proxy/Azure.Sdk.Tools.TestProxy/RecordingHandler.cs +++ b/tools/test-proxy/Azure.Sdk.Tools.TestProxy/RecordingHandler.cs @@ -7,19 +7,16 @@ using Azure.Sdk.Tools.TestProxy.Vendored; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Features; -using Microsoft.AspNetCore.Server.Kestrel.Core.Features; using Microsoft.Extensions.Primitives; using System; using System.Collections.Concurrent; using System.Collections.Generic; -using System.Drawing; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Security; using System.Security.Cryptography.X509Certificates; -using System.Security.Policy; using System.Text; using System.Text.Json; using System.Threading;