Providing Path to application
This commit is contained in:
parent
04f6446a50
commit
28250d9981
|
|
@ -552,6 +552,7 @@ namespace Microsoft.AspNet.Server.Kestrel.Http
|
|||
RequestUri = requestUri;
|
||||
QueryString = queryString;
|
||||
HttpVersion = httpVersion;
|
||||
Path = RequestUri;
|
||||
return true;
|
||||
}
|
||||
finally
|
||||
|
|
|
|||
Loading…
Reference in New Issue