Providing Path to application

This commit is contained in:
Louis DeJardin 2015-09-17 18:28:58 -07:00
parent 04f6446a50
commit 28250d9981
1 changed files with 1 additions and 0 deletions

View File

@ -552,6 +552,7 @@ namespace Microsoft.AspNet.Server.Kestrel.Http
RequestUri = requestUri;
QueryString = queryString;
HttpVersion = httpVersion;
Path = RequestUri;
return true;
}
finally