Skip to content

Commit 9a33772

Browse files
st0o0Copilot
andcommitted
refactor: remove ReconnectItem record from Messages.cs
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent cb021c7 commit 9a33772

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

src/TurboHTTP/Internal/Messages.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,7 @@ internal readonly record struct CloseSignalItem(TlsCloseKind CloseKind) : IInput
6464
public RequestEndpoint Key { get; init; }
6565
}
6666

67-
internal readonly record struct ReconnectItem : IControlItem
68-
{
69-
public RequestEndpoint Key { get; init; }
70-
}
67+
7168

7269
internal class NetworkBuffer : IInputItem, IOutputItem
7370
{

src/TurboHTTP/Transport/Connection/OptionsFactory.cs renamed to src/TurboHTTP/Internal/OptionsFactory.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System.Net.Security;
2-
using TurboHTTP.Internal;
2+
using TurboHTTP.Transport.Connection;
33

4-
namespace TurboHTTP.Transport.Connection;
4+
namespace TurboHTTP.Internal;
55

66
internal static class OptionsFactory
77
{

0 commit comments

Comments
 (0)