kestrel init

This commit is contained in:
Claus Vium
2019-02-25 23:34:32 +01:00
parent 33b67a357f
commit 852460b991
14 changed files with 2242 additions and 5 deletions

View File

@@ -422,7 +422,7 @@ namespace Emby.Server.Implementations.HttpServer
/// <summary>
/// Overridable method that can be used to implement a custom hnandler
/// </summary>
protected async Task RequestHandler(IHttpRequest httpReq, string urlString, string host, string localPath, CancellationToken cancellationToken)
public async Task RequestHandler(IHttpRequest httpReq, string urlString, string host, string localPath, CancellationToken cancellationToken)
{
var stopWatch = new Stopwatch();
stopWatch.Start();