aspnetcore/src/Microsoft.AspNetCore.Http.C...
David Fowler 3e69fdc4ad
Delegate disposable to the IConnectionFactory (#1999)
- Added DisposeAsync to the IConnectionFactory. It's responsible for disposing the connection after the pipe has closed.
- Added dispose callback to WithConnectionFactory
- Don't wait for poll request to end before unwinding from the transport
- Make sure all http requests are done before returning from StopAsync in both SSE and longpolling
2018-04-13 09:16:23 -07:00
..
Internal Delegate disposable to the IConnectionFactory (#1999) 2018-04-13 09:16:23 -07:00
Properties Refactor HttpOptions in client (#1942) 2018-04-11 20:20:04 +12:00
HttpConnection.Log.cs Microsoft.AspNetCore.Http.Connections.Client refactors (#1995) 2018-04-13 20:13:58 +12:00
HttpConnection.cs Microsoft.AspNetCore.Http.Connections.Client refactors (#1995) 2018-04-13 20:13:58 +12:00
HttpConnectionOptions.cs Microsoft.AspNetCore.Http.Connections.Client refactors (#1995) 2018-04-13 20:13:58 +12:00
Microsoft.AspNetCore.Http.Connections.Client.csproj
SendUtils.cs
Utils.cs