Ben Adams
|
f60f6c92ca
|
Stop streams on finish
Can't use dispose (or close) as can be disposed too early by user code
Resolves #263
|
2015-11-16 16:03:44 -08:00 |
Ben Adams
|
96c1668c54
|
Result -> GetAwaiter().GetResult() for legacy
|
2015-11-13 20:08:59 +00:00 |
Stephen Halter
|
983997ab9c
|
Merge branch 'nickcraver/cancellation' into dev
|
2015-11-12 16:15:59 -08:00 |
Nick Craver
|
a45a671b22
|
Make ReadAsync state overload 451 only and private.
|
2015-11-11 18:55:56 -05:00 |
Ben Adams
|
0500043cc9
|
.Result -> .GetAwaiter().GetResult()
|
2015-11-11 09:46:56 +00:00 |
Nick Craver
|
d1221e82c1
|
Pass cancellation tokens down consistently
I'm assuming these are oversights since the usage is inconsistent.
Otherwise this served only as a mild waste of time :)
|
2015-11-10 22:58:19 -05:00 |
Pranav K
|
dea782163d
|
Updating packages to use generations
|
2015-10-22 15:18:49 -07:00 |
Louis DeJardin
|
1f6aaebeda
|
Changing flow control for incoming data
SocketInput is now awaitable
Input buffers are slab-allocated and pinned from large object heap
Request frame parsing is offloaded from libuv thread
|
2015-09-25 12:49:14 -07:00 |
Louis DeJardin
|
b25d2d9772
|
Continued updates for #184
* Reordering members
- Fields
- Constructors
- Properties
- EverythingElse
- NestedTypes
* Removing commented code
|
2015-09-02 20:08:54 -07:00 |
Louis DeJardin
|
46604d68b3
|
Initial commit for style cleanup #184
* adding private keyword to fields
* one type per file
|
2015-09-01 22:25:51 -07:00 |
N. Taylor Mullen
|
063fb64c8b
|
Update LICENSE.txt and license header on files.
|
2015-05-01 13:53:45 -07:00 |
N. Taylor Mullen
|
06a82669f5
|
Update aspnet50/aspnetcore50 => dnx451/dnxcore50.
|
2015-03-08 12:51:12 -07:00 |
David Fowler
|
418f745292
|
Updated to use the new target framework in project.json
|
2014-09-04 01:52:19 -07:00 |
Louis DeJardin
|
660babcd7f
|
Adding core clr configurations
|
2014-06-10 00:29:16 -07:00 |
Louis DeJardin
|
ebd6af0fd6
|
Trying to get 100 Continue working again
|
2014-06-08 01:03:56 -07:00 |
Louis DeJardin
|
e517e39aac
|
Not working, but worth taking a snapshot of the source
|
2014-06-06 22:13:31 -07:00 |