Andrew Stanton-Nurse
|
09f5be1434
|
fix #909 by moving most classes to Internal ns
|
2016-06-03 14:14:21 -07:00 |
Stephen Halter
|
6bff2ecb34
|
Small cleanup to SocketOutput's shutdown logic
|
2016-06-02 16:54:00 -07:00 |
Stephen Halter
|
07744e75d9
|
Gracefully handle connection close in SocketOutput.ProducingComplete
|
2016-06-02 16:54:00 -07:00 |
Stephen Halter
|
2d229e8980
|
Allow a maximum of 3 concurrent uv_write operations per connection
- Keep logic to prevent unnecessary calls to KestrelThread.Post
- This partially reverts commit 480996433e.
|
2016-06-02 16:52:06 -07:00 |
Stephen Halter
|
f15471bcf2
|
Remove 2 from MemoryPool2 and related types
- This was merely an artifact from when this was the second of 2 pools
|
2016-03-03 12:11:25 -08:00 |
Cesar Blum Silveira
|
f21cb128e8
|
Handle 0-byte reads correctly (#520).
|
2016-02-26 15:21:11 -08:00 |
Chris R
|
aef612bdac
|
Add IHttpConnectionFeature.ConnectionId.
|
2016-02-18 11:10:55 -08:00 |
Stephen Halter
|
f4bb8d5eff
|
Verify that memory pool blocks aren't leaked in tests
|
2016-02-17 16:05:34 -08:00 |
Stephen Halter
|
a2fe59fb2c
|
Speed up unit tests
- Remove unnecessary uses of Task.Delay
- Change all usages to CancellationToken.None to default(CancellationToken)
for consistency
|
2016-01-27 13:01:44 -08:00 |
Ben Adams
|
00b8a13b55
|
Merge+rename+rename resolve
|
2016-01-26 11:33:14 +00:00 |
Ben Adams
|
9f2d685cbf
|
Merge remote-tracking branch 'refs/remotes/aspnet/shalter/always-immediate' into combined-fixes
|
2016-01-26 02:15:56 +00:00 |
Stephen Halter
|
7570da9daa
|
Flush chunked writes before the entire response completes
Ensure chunked writes force an "immediate" write by removing the now
unused immediate parameter from ISocketOutput.Write
|
2016-01-25 10:34:15 -08:00 |
Stephen Halter
|
735c0fbbef
|
Added new test to verify failed writes complete all pending write tasks
- Changed MockLibuv to never fall back to real libuv methods.
- Fixed EngineTests.ConnectionCanReadAndWrite
|
2016-01-23 10:17:07 +00:00 |
Ben Adams
|
a97cb81f92
|
MockConnection Abort
|
2016-01-23 10:17:03 +00:00 |
Ben Adams
|
73bb0ab5b8
|
SocketOutput Cancellation handling
|
2016-01-23 10:17:02 +00:00 |
N. Taylor Mullen
|
b062f851dc
|
Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
|
2016-01-22 12:23:51 -08:00 |
N. Taylor Mullen
|
3cfe2f3070
|
Rename AspNet 5 folders and files.
See https://github.com/aspnet/Announcements/issues/144 for more information.
|
2016-01-22 12:23:44 -08:00 |