Stephen Halter
|
b162202519
|
Properly close keep alive connections
|
2015-08-14 11:49:43 -07:00 |
Stephen Halter
|
688ad9bee7
|
Merge branch 'benaadams/configure-awaits' into dev
|
2015-08-11 12:34:53 -07:00 |
Stephen Halter
|
e5144e3139
|
Include Server and Date in the initial response header dictionary
|
2015-08-03 16:20:34 -07:00 |
Louis DeJardin
|
6ff894bb19
|
Using masked byte sequences to recognize well-known header names
|
2015-08-03 16:20:28 -07:00 |
Louis DeJardin
|
f6dc72544c
|
Response headers don't need to be queued before subsequent write
|
2015-08-03 16:20:24 -07:00 |
Louis DeJardin
|
f9cf9f1936
|
Improvements to appending request header
|
2015-08-03 16:20:20 -07:00 |
Louis DeJardin
|
96b03ee212
|
Perf - enumerate with struct
Conflicts:
src/Microsoft.AspNet.Server.Kestrel/project.json
|
2015-08-03 16:20:18 -07:00 |
Stephen Halter
|
4a9515d2e0
|
Gracefully handle uncaught exceptions in user code when possible
|
2015-07-30 16:01:33 -07:00 |
Stephen Halter
|
c199e5eee1
|
Wait on user-defined OnStarting and OnCompleted callbacks
|
2015-07-21 12:44:57 -07:00 |
Ben Adams
|
23ffc3fea9
|
ConfigureAwait(false)
|
2015-07-19 15:50:42 +01:00 |
markrendle
|
98995132de
|
Pre-create Continue bytes in Frame
|
2015-07-13 10:43:05 -07:00 |
Stephen Halter
|
4b66edc4fe
|
Move non-nested classes and interfaces to their own files
|
2015-07-06 17:48:58 -07:00 |
Hao Kung
|
f724fefbda
|
React to HttpChanges
|
2015-06-25 17:28:07 -07:00 |
Chris R
|
08c0bbbd60
|
React to OnSendingHeaders rename.
|
2015-06-12 15:05:45 -07:00 |
N. Taylor Mullen
|
063fb64c8b
|
Update LICENSE.txt and license header on files.
|
2015-05-01 13:53:45 -07:00 |
Ajay Bhargav Baaskaran
|
c1e298b010
|
React to aspnet/HttpAbstractions#160 - Implementing OnResponseCompleted
|
2015-03-16 15:10:53 -07:00 |
Chris Ross
|
045a6eb4ba
|
Add new HeadersSent API.
|
2014-11-06 12:10:15 -08:00 |
Louis DeJardin
|
8624b82b2b
|
Improving callback exception support
Also renaming KestralTests to KestrelTests
|
2014-07-07 13:08:25 -07:00 |
Louis DeJardin
|
7c626431a1
|
Adding Upgrade support, using WebSocket middleware from sample app
|
2014-06-27 22:25:38 -07:00 |
Louis DeJardin
|
6ac6419f4f
|
Adding support for 'k web --server kestrel'
|
2014-06-13 13:10:46 -07:00 |
Louis DeJardin
|
9c7cb6a958
|
Adding some tests for Http11
Requires updating to test utilities
Adding initial EventSource to try to see some order of events
|
2014-06-11 17:09:25 -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
|
044bbb83e6
|
Getting request body variations to work
|
2014-06-07 02:49:25 -07:00 |
Louis DeJardin
|
313db3f0cf
|
Removing unnecessary using statements
|
2014-06-06 22:16:08 -07:00 |
Louis DeJardin
|
e517e39aac
|
Not working, but worth taking a snapshot of the source
|
2014-06-06 22:13:31 -07:00 |