Skip to content

Commit 903c988

Browse files
committed
Don't need to call Initialize from Kestrel, there's nothing to init now
1 parent 40a40e7 commit 903c988

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Servers/Kestrel/Core/src/Internal/KestrelServerImpl.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
using Microsoft.AspNetCore.Connections;
88
using Microsoft.AspNetCore.Hosting.Server;
99
using Microsoft.AspNetCore.Hosting.Server.Features;
10-
using Microsoft.AspNetCore.Http;
1110
using Microsoft.AspNetCore.Http.Features;
1211
using Microsoft.AspNetCore.Server.Kestrel.Core.Internal;
1312
using Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http;
@@ -89,8 +88,6 @@ internal KestrelServerImpl(
8988
Features.Set<IServerAddressesFeature>(_serverAddresses);
9089

9190
_transportManager = new TransportManager(_transportFactory, _multiplexedTransportFactory, ServiceContext);
92-
93-
HttpCharacters.Initialize();
9491
}
9592

9693
private static ServiceContext CreateServiceContext(IOptions<KestrelServerOptions> options, ILoggerFactory loggerFactory, DiagnosticSource? diagnosticSource)

0 commit comments

Comments
 (0)