David Fowler
a749939be4
Clean up libuv connection ( #1726 )
...
* Clean up libuv connection
- Cancel all pending flushes on the input writer before
disposing the stream handle.
- Complete the pipe before disposing the socket
- Added logging for connection pause/resume.
- Added test
2017-04-21 13:13:05 -07:00
Stephen Halter
a053ca4758
Move shutdown logic from transport to core ( #1707 )
...
* Move shutdown logic from transport to core
* Use weak references to track FrameConnections
2017-04-19 18:08:36 -07:00
Stephen Halter
7aa7b3e0a9
Track connections until request processing completes
...
- Paves the way to allow request processing to continue during server shutdown
even after a client disconnects.
2017-04-14 16:26:27 -07:00
Stephen Halter
11ab602b2f
Make timeout logic transport agnostic ( #1649 )
...
* Make timeout logic transport agnostic
* PR feedback
* More PR feedback
2017-04-12 16:15:46 -07:00
Stephen Halter
1faaefef30
Fix Libuv.Tests directory name ( #1646 )
2017-04-10 11:43:12 -07:00