React to ServerFactory changes.

This commit is contained in:
Chris R 2015-10-31 07:35:42 -07:00
Родитель 978e2bb474
Коммит a6a17f296d
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,5 +1,4 @@
using System;
using System.Threading.Tasks;
using Microsoft.AspNet.Hosting;
using Microsoft.Extensions.Configuration;
@ -19,7 +18,7 @@ namespace MusicStore
var config = builder.Build();
using (new WebHostBuilder(config)
.UseServer("Microsoft.AspNet.Server.WebListener")
.UseServerFactory("Microsoft.AspNet.Server.WebListener")
.Build()
.Start())
{

Просмотреть файл

@ -96,6 +96,7 @@ namespace E2ETests
_logger.LogInformation("Fetching favicon.ico..");
var response = await _httpClient.GetAsync("favicon.ico");
await ThrowIfResponseStatusNotOk(response);
Assert.NotNull(response.Headers.ETag);
_logger.LogInformation("Etag received: {etag}", response.Headers.ETag.Tag);
//Check if you receive a NotModified on sending an etag