React to Http namespace changes.

This commit is contained in:
Chris R 2015-05-07 13:43:34 -07:00
parent 063fb64c8b
commit bff13b2e9b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Features;
using Microsoft.AspNet.Server.Kestrel.Http;
namespace Kestrel