Commit Graph

244 Commits

Author SHA1 Message Date
FabianMeiswinkel bec259f976 #364 - Expose HTTP_503_RESPONSE_VERBOSITY option (#447) 2018-04-10 12:08:33 -07:00
Chris Ross (ASP.NET) d9c823d3b0 Renable auth tests with new HttpClient #439, ServerTests/#82 2018-04-04 15:36:44 -07:00
Chris Ross (ASP.NET) adbbbcf4de Disable regressed negotiate test #439 2018-03-30 09:24:31 -07:00
Chris Ross fbc5b64cd8
React to new SocketHttpHandler (#434) 2018-03-16 10:56:36 -07:00
Chris Ross (ASP.NET) dbd557c965 Exclude the upgrade feature if the OS does not support it #427 2018-03-07 11:53:58 -08:00
Justin Kotalik 848e3c5cda
Fix parsing error on raw urls without path. (#406) 2017-11-15 14:05:21 -08:00
Pranav K 58fb4f322e Update samples and tests to target netcoreapp2.1 2017-11-14 10:07:10 -08:00
Nate McMaster db210af712 Pin tool and package versions to make builds more repeatable
Part of aspnet/Universe#575
2017-11-01 14:42:41 -07:00
John Luo 99fc843cc5 Re-enable skipped tests 2017-10-30 10:18:44 -07:00
Chris Ross 748afb1f65 #270 Fix hang in SendFile tests 2017-10-16 10:03:20 -07:00
Chris Ross (ASP.NET) 7f96eab775 #381 handle known headers with no value. 2017-10-11 15:31:00 -07:00
Nate McMaster 69b44bb377 Minor test code change to resolve xUnit2013 build error 2017-10-05 17:37:14 -07:00
Justin Kotalik 231cbffe1a Create shared package folder for IIS Integration In-process. (#397) 2017-09-25 15:53:33 -07:00
Chris Ross (ASP.NET) e3c7e23cc4 Logging#543 Reorder request disposal due to logging. 2017-09-20 15:28:26 -07:00
Nate McMaster 9c78b5a8be Use PackageLineup to manage PackageReference versions 2017-08-29 12:39:24 -07:00
Nate McMaster 4595e91a7d Use Directory.Build.props/targets 2017-08-29 12:37:28 -07:00
Cesar Blum Silveira 87189875ff Increase timeout in Server_ClientDisconnects_CallCanceled to mitigate test flakiness. 2017-08-24 13:43:04 -07:00
Cesar Blum Silveira d72175a846 Make StopAsync multi-thread safe (#377). 2017-08-23 12:08:43 -07:00
Nate McMaster c36b18d80e Upgrade to xunit 2.3.0-beta4 2017-08-22 15:43:31 -07:00
John Luo dc8d1d0788 Do not block on async calls 2017-08-17 12:23:59 -07:00
Chris R 13b867a90e #366 Add flag to disable synchronous IO 2017-07-05 15:51:16 -07:00
Hao Kung 2e2cbccbdd Fix tests 2017-06-29 16:27:46 -07:00
Chris R 7febdbaa20 #539 Implement request body size limit 2017-06-26 15:18:10 -07:00
Chris R 7b15720a05 # This is a combination of 2 commits.
# This is the 1st commit message:

#539 Implement request body size limit

# The commit message #2 will be skipped:

# Check exception messages
2017-06-26 15:17:20 -07:00
Chris R c13ba3ef0a #339 Don't send chunked responses for HEAD requests 2017-06-26 12:09:18 -07:00
Pranav K 0e4405ab7f Remove usage of TaskCache 2017-06-08 13:46:29 -07:00
Chris R f1901516c6 #519 Expose a connection limit option 2017-06-05 10:23:22 -07:00
Hao Kung 87faa10e64 React to forbid changes 2017-05-24 12:21:08 -07:00
Chris R df36d02311 Retarget to netstandard2.0 2017-05-22 14:57:28 -07:00
Hao Kung bff13c7f43 HttpSysServer => Auth 2.0 2017-05-17 13:35:09 -07:00
Nate McMaster 07ea0b0852 Upgrade test framework versions and fix test issues 2017-05-15 14:30:26 -07:00
Pavel Krymets 2eea53d82b Remove unnecessary package references (#359) 2017-05-10 11:31:47 -07:00
Chris Ross (ASP.NET) 31001de66a Migrate to netcoreapp2.0 2017-05-05 14:54:57 -07:00
John Luo 46beda328a Skip flaky test 2017-04-24 21:22:53 -07:00
Chris R 0ce85e2ea2 #263 Add Caching_SetTtlAndStatusCode_Cached test diagnostics 2017-04-18 09:41:30 -07:00
Chris R 4e8872b94d Implement IServer.StopAsync 2017-04-12 22:30:46 -07:00
John Luo bc003985c6 React to addition of PreferHostingUrls 2017-04-05 12:23:28 -07:00
Jass Bagga e746e8b36c Disable test
See #263
2017-03-23 20:40:02 -07:00
Pranav K 53946e9856 Remove net451 as a cross-compile target 2017-03-23 15:26:48 -07:00
Kiran Challa 0586fd136f Converted samples and test projects to run on netcoreapp2.0 2017-03-23 09:52:13 -07:00
Chris R d103bdb1ba #287 Do not include an auth display name 2017-03-22 13:31:06 -07:00
John Luo a10d3eccbf Disable flaky tests 2017-03-21 12:00:05 -07:00
Nate McMaster 5c4a132d71 Unify dependency versions to one file and remove workarounds 2017-03-15 14:24:15 -07:00
John Luo aac4eebd79 Direct address configuration #297 2017-03-02 15:51:54 -08:00
John Luo 76255bc7f4 Remove references to WebListener 2017-02-24 16:02:55 -08:00
Chris R fd82d0214e Fix Theorys that should have been Facts. 2017-02-21 09:16:54 -08:00
Nate McMaster 27d9b78fd2
Downgrade to stable packages 2017-02-14 16:15:36 -08:00
Doug Bunting d35e4c9550 Bump test projects up to .NET 4.5.2
- aspnet/Testing#248
- xUnit no longer supports .NET 4.5.1
- build tests for desktop .NET only on Windows
2017-02-14 09:11:07 -08:00
Chris R bad8bc945a Convert from project.json to csproj 2017-02-06 11:45:36 -08:00
Chris R 119945ca02 Cache the ContentLength header value 2017-01-24 14:57:00 -08:00