Stephen Halter
3ba8c2d3f0
Add ListenHandleTests ( #1923 )
2017-06-29 11:50:21 -07:00
Aristarkh Zagorodnikov
a247a3d8e6
Attempting to fix systemd activation with minimal changes ( #1925 )
2017-06-29 11:01:03 -07:00
Ryan Brandenburg
be1605a8d5
Remove NETStandard.Library.NETFramework and update Moq
2017-06-29 10:57:11 -07:00
Pranav K
697ed9bd82
Update dependencies.props
...
* Update Moq to 4.7.49.
* Add NETStandardImplicitPackageVersion
2017-06-29 08:25:54 -07:00
Nate McMaster
9b4be69e9d
Do not enforce timeouts when the debugger is attached
2017-06-27 16:56:27 -07:00
Stephen Halter
3fcd909d90
Temporarily disable systemd activation test ( #1918 )
2017-06-26 15:51:09 -07:00
Cesar Blum Silveira
3084227314
React to Testing#280.
2017-06-23 16:47:50 -07:00
Pavel Krymets
c83f606b22
Add a StressTest target ( #1914 )
2017-06-22 10:04:02 -07:00
Stephen Halter
ea2f1033d3
Make Transport.Abstractions pubternal ( #1911 )
...
* Remove Sockets transport dependency from primary package
* Use deprecated travis images to keep systemd tests running
https://blog.travis-ci.com/2017-06-21-trusty-updates-2017-Q2-launch
2017-06-21 14:58:57 -07:00
Stephen Halter
e1e7c9b810
Wait until the writer is complete to reset RequestBodyPipe ( #1902 )
2017-06-20 10:56:23 -07:00
Cesar Blum Silveira
892de7d4b8
Merge branch 'rel/2.0.0-preview2' into dev
2017-06-19 16:39:00 -07:00
Cesar Blum Silveira
7afd279a6d
Don't pause and resume read timing on upgrade requests ( #1904 ).
2017-06-19 16:37:47 -07:00
Pawel Kadluczka
f4f6501b8d
Updating libuv dependency to 1.10.0
2017-06-15 16:08:43 -07:00
Stephen Halter
a97c08843c
Complete IPipeWriter in OutputProducer.Abort() ( #1894 )
...
- This prevents MemoryPoolBlocks from leaking when writes fail
2017-06-12 11:12:01 -07:00
Stephen Halter
d879518a18
Always complete RequestBodyPipe.Reader ( #1893 )
...
* Disable test that leaks blocks in debug builds
* Move some test helpers
2017-06-12 11:11:40 -07:00
Stephen Halter
31e5dfdcf0
Merge branch 'rel/2.0.0-preview2' into dev
2017-06-08 15:09:55 -07:00
Stephen Halter
f67a105ff4
Update defaults in KestrelServerLimits doc comments ( #1891 )
2017-06-08 15:08:49 -07:00
Cesar Blum Silveira
48638cb1cd
Merge branch 'rel/2.0.0-preview2' into dev
2017-06-08 15:01:34 -07:00
Cesar Blum Silveira
fcc04f8c3d
Add request body minimum data rate feature ( #1874 ).
2017-06-08 14:36:03 -07:00
Pranav K
3f771ef0bc
Remove usage of TaskCache ( #1889 )
...
* Remove usage of TaskCache
2017-06-08 13:47:01 -07:00
Stephen Halter
c6df7eb644
Merge branch 'rel/2.0.0-preview2' into dev
2017-06-07 11:50:27 -07:00
Stephen Halter
f96c48c08d
Add a request body size limit ( #1877 )
...
- Implement IHttpMaxRequestBodySizeFeature
2017-06-07 11:48:56 -07:00
Hao Kung
bc1dd82ae1
Merge branch 'rel/2.0.0-preview2' into dev
2017-06-05 13:48:59 -07:00
Hao Kung
0390779084
Revert " #1875 Add Configuration support and tests."
...
This reverts commit c6e228d176 .
2017-06-05 13:48:38 -07:00
Chris R
a2715f4b24
Merge branch 'rel/2.0.0-preview2' into dev
2017-06-02 12:32:04 -07:00
Chris R
c6e228d176
#1875 Add Configuration support and tests.
2017-06-02 12:30:12 -07:00
Pavel Krymets
3c731ceb13
React to logging in DI changes ( #1873 )
2017-06-02 08:34:22 -07:00
Pranav K
c923ba3228
Updating versions to preview3
2017-06-01 10:47:16 -07:00
Pranav K
196bfe269f
Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev
2017-05-31 20:00:59 -07:00
Pranav K
69b4100bbc
Updating build scripts to point to 2.0.0-preview2 KoreBuild
2017-05-31 19:53:24 -07:00
Pranav K
47916ee103
Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev
2017-05-31 19:44:47 -07:00
Pranav K
8dc93a0233
Branching for rel/2.0.0-preview2
2017-05-31 19:36:51 -07:00
Nate McMaster
a334e88597
Decrease connections used in ConnectionCountingReturnsToZero for slow test agents ( #1872 )
2017-05-30 14:16:07 -07:00
Cesar Blum Silveira
402b337178
Temporary workaround for GenerateResource task error on VS.
2017-05-30 12:47:36 -07:00
Kiran Challa
402f979c1c
Updated to use the latest shared runtime
2017-05-29 04:40:55 -07:00
Nate McMaster
c343628926
Implement max connection limits
...
- Added new options to allow configuring the maximum number of concurrent connections and upgraded connections.
- `KestrelServerLimits.MaxConcurrentConnections` defaults unlimited.
- `KestrelServerLimits.MaxConcurrentUpgradedConnections` defaults to unlimited.
- Calls to IHttpUpgradeFeature.UpgradeAsync() will throw when the MaxConcurrentUpgradedConnections limit has been reached.
- Kestrel will close new connections without response when MaxConcurrentConnections is reached.
2017-05-26 12:27:48 -07:00
Cesar Blum Silveira
009759c7f6
Fix broken microbenchmarks ( #1861 ).
2017-05-25 16:01:17 -07:00
Stephen Halter
6c0af445e5
Fix flaky test and improve TestServer ( #1859 )
2017-05-24 15:45:54 -07:00
Cesar Blum Silveira
197eb43d8a
Read request body concurrent to app execution.
2017-05-22 12:23:02 -07:00
Nate McMaster
390582dcf1
Target .NET Standard 2.0 ( #1849 )
2017-05-20 10:37:35 -07:00
Pavel Krymets
34ab089e7b
React to scheduler changes ( #1846 )
2017-05-18 14:49:48 -07:00
Cesar Blum Silveira
f8a6433cd5
Fix flaky ResponseTests.FailedWritesResultInAbortedRequest.
2017-05-17 17:01:34 -07:00
Nate McMaster
7f0319f5dd
Throw InvalidOperationException from IHttpUpgradeFeature.UpgradeAsync when request is not upgradable
2017-05-17 11:38:42 -07:00
Cesar Blum Silveira
10f88aeafc
Fix duplicate ID test warning.
2017-05-17 10:57:39 -07:00
Nate McMaster
643a43c3d6
Update test framework versions and fix issues with tests ( #1834 )
2017-05-17 09:36:40 -07:00
Pavel Krymets
d22f689fd2
Add support to use System.Memory as a package instead of internilized source ( #1821 )
2017-05-16 16:54:03 -07:00
David Fowler
cf16d601d6
Remove synchronous Write APIs ( #1838 )
2017-05-15 19:04:04 -07:00
Stephen Halter
9ab09dbe48
Change Exception to UvException where possible ( #1833 )
2017-05-15 11:03:04 -07:00
Stephen Halter
41f1922502
Simplify LibuvConnection.OnRead() ( #1828 )
...
* Simplify LibuvConnection.OnRead()
- Fix a null reference that sometimes occurs given an EOF status
2017-05-15 11:02:16 -07:00
Kiran Challa
01b8d5fad1
Skip flaky temporarily to unblock the mirror
2017-05-13 20:41:10 -07:00