This repository was archived by the owner on Nov 1, 2018. It is now read-only.
File tree 2 files changed +1
-3
lines changed
Microsoft.AspNetCore.IISPlatformHandler
Microsoft.AspNetCore.Server.IISIntegration
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 9
9
using Microsoft . AspNetCore . Http ;
10
10
using Microsoft . AspNetCore . Http . Features ;
11
11
using Microsoft . AspNetCore . Http . Features . Authentication ;
12
- using Microsoft . AspNetCore . Http . Features . Authentication . Internal ;
13
12
using Microsoft . Extensions . Internal ;
14
13
using Microsoft . Extensions . Logging ;
15
14
using Microsoft . Extensions . Options ;
Original file line number Diff line number Diff line change 9
9
using Microsoft . AspNetCore . Http ;
10
10
using Microsoft . AspNetCore . Http . Features ;
11
11
using Microsoft . AspNetCore . Http . Features . Authentication ;
12
- using Microsoft . AspNetCore . Http . Features . Authentication . Internal ;
13
12
using Microsoft . Extensions . Internal ;
14
13
using Microsoft . Extensions . Logging ;
15
14
using Microsoft . Extensions . Options ;
@@ -60,7 +59,7 @@ public async Task Invoke(HttpContext httpContext)
60
59
_logger . LogTrace ( $ "'{ MSAspNetCoreToken } ' does not match the expected pairing token '{ _pairingToken } ', skipping { nameof ( IISMiddleware ) } .") ;
61
60
await _next ( httpContext ) ;
62
61
return ;
63
- }
62
+ }
64
63
65
64
if ( _options . ForwardClientCertificate )
66
65
{
You can’t perform that action at this time.
0 commit comments