Merged PR 32094: [6.0] Forcibly close socket on abort
Forcibly close socket when connection is aborted.
显示
- src/Servers/IIS/IIS/test/Common.FunctionalTests/ShutdownTests.cs 7 个添加, 0 个删除...vers/IIS/IIS/test/Common.FunctionalTests/ShutdownTests.cs
- src/Servers/Kestrel/Core/src/Internal/Http/Http1Connection.cs 8 个添加, 1 个删除...Servers/Kestrel/Core/src/Internal/Http/Http1Connection.cs
- src/Servers/Kestrel/Core/src/Internal/Http/Http1MessageBody.cs 1 个添加, 1 个删除...ervers/Kestrel/Core/src/Internal/Http/Http1MessageBody.cs
- src/Servers/Kestrel/Core/src/Internal/Http2/Http2Connection.cs 2 个添加, 1 个删除...ervers/Kestrel/Core/src/Internal/Http2/Http2Connection.cs
- src/Servers/Kestrel/Core/src/KestrelServerOptions.cs 11 个添加, 0 个删除src/Servers/Kestrel/Core/src/KestrelServerOptions.cs
- src/Servers/Kestrel/Transport.Libuv/src/Internal/ILibuvTrace.cs 2 个添加, 0 个删除...rvers/Kestrel/Transport.Libuv/src/Internal/ILibuvTrace.cs
- src/Servers/Kestrel/Transport.Libuv/src/Internal/LibuvConnection.cs 55 个添加, 5 个删除...s/Kestrel/Transport.Libuv/src/Internal/LibuvConnection.cs
- src/Servers/Kestrel/Transport.Libuv/src/Internal/LibuvConnectionListener.cs 21 个添加, 5 个删除...l/Transport.Libuv/src/Internal/LibuvConnectionListener.cs
- src/Servers/Kestrel/Transport.Libuv/src/Internal/LibuvTrace.cs 3 个添加, 0 个删除...ervers/Kestrel/Transport.Libuv/src/Internal/LibuvTrace.cs
- src/Servers/Kestrel/Transport.Libuv/src/Internal/ListenerContext.cs 1 个添加, 1 个删除...s/Kestrel/Transport.Libuv/src/Internal/ListenerContext.cs
- src/Servers/Kestrel/Transport.Libuv/src/Internal/ListenerPrimary.cs 26 个添加, 2 个删除...s/Kestrel/Transport.Libuv/src/Internal/ListenerPrimary.cs
- src/Servers/Kestrel/Transport.Libuv/src/LibuvTransportOptions.cs 11 个添加, 0 个删除...vers/Kestrel/Transport.Libuv/src/LibuvTransportOptions.cs
- src/Servers/Kestrel/Transport.Libuv/test/ListenerPrimaryTests.cs 178 个添加, 4 个删除...vers/Kestrel/Transport.Libuv/test/ListenerPrimaryTests.cs
- src/Servers/Kestrel/Transport.Sockets/src/Internal/ISocketsTrace.cs 1 个添加, 0 个删除...s/Kestrel/Transport.Sockets/src/Internal/ISocketsTrace.cs
- src/Servers/Kestrel/Transport.Sockets/src/Internal/SocketConnection.cs 16 个添加, 2 个删除...estrel/Transport.Sockets/src/Internal/SocketConnection.cs
- src/Servers/Kestrel/Transport.Sockets/src/Internal/SocketsTrace.cs 11 个添加, 0 个删除...rs/Kestrel/Transport.Sockets/src/Internal/SocketsTrace.cs
- src/Servers/Kestrel/Transport.Sockets/src/SocketConnectionContextFactory.cs 2 个添加, 1 个删除...l/Transport.Sockets/src/SocketConnectionContextFactory.cs
- src/Servers/Kestrel/Transport.Sockets/src/SocketConnectionFactoryOptions.cs 4 个添加, 0 个删除...l/Transport.Sockets/src/SocketConnectionFactoryOptions.cs
- src/Servers/Kestrel/Transport.Sockets/src/SocketTransportOptions.cs 11 个添加, 0 个删除...s/Kestrel/Transport.Sockets/src/SocketTransportOptions.cs
- src/Servers/Kestrel/shared/test/StreamBackedTestConnection.cs 1 个添加, 1 个删除...Servers/Kestrel/shared/test/StreamBackedTestConnection.cs
加载中